Html Css Color HEX #B30328 Venetian Red

📋 copy color: '#B30328'

red 179 ◦ green 3 ◦ blue 40

#B30328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B30328

Tints of Venetian Red #B30328

RGB

 RED value IS 179 (70.31% from 255) = 80.63%

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 80.63%
G = 1.35%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B30328 (or 0xB30328) is known color: Venetian Red. HEX triplet: B3, 03 and 28. RGB value is (179,3,40). Sum of RGB (Red+Green+Blue) = 179+3+40=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B30328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30328 is #4CFCD7. Grayscale: #3B3B3B. Windows color (decimal): -5045464 or 2622387. OLE color: 2622387.

HSL color Cylindrical-coordinate representation of color #B30328: hue angle of 347.39º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30328 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 40 -
CMYK 0 0.98 0.78 0.30
HSL 347.39º 0.97% 0.36% -
HSV(B) 347.39º 0.98% 0.7% -
XYZ 19.01 9.8 2.9 -
YUV 59.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 179 3 40 0 0.98 0.78 0.30 347.39 0.97 0.36
Hex B3 3 28 0 62 4E 1E 15B 61 24
Octal 263 3 50 0 142 116 36 533 141 44
Binary 10110011 11 101000 0 1100010 1001110 11110 101011011 1100001 100100

Color Harmonies of #B30328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30328

Black with #B30328

Text Example


Text Example

White with #B30328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30328; }

 p { color: rgb(179,3,40); }

 H1.HeaderClassName
 {
   color: #B30328;
 }
 .AnyTagClassName
 {
   color: #B30328;
 }
</style>

background-color css

<style>
 a { background-color: #B30328; }

 a { background-color: rgb(179,3,40); }

 div.DivClassName
 {
   background-color: #B30328;
 }
 .BgClassName
 {
   background-color: #B30328;
 }
</style>

border-color css

<style>
 span { border-color: #B30328; }

 span { border-color: rgb(179,3,40); }

 td.TdClassName
 {
   border-color: #B30328;
 }
 .TagClassName
 {
   border-color: #B30328;
 }
</style>