Html Css Color HEX #B30612 Venetian Red

📋 copy color: '#B30612'

red 179 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #B30612

Tints of Venetian Red #B30612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 88.18%
G = 2.96%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B30612 (or 0xB30612) is known color: Venetian Red. HEX triplet: B3, 06 and 12. RGB value is (179,6,18). Sum of RGB (Red+Green+Blue) = 179+6+18=203 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.18% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 179 - color contains mainly: red. Hex color #B30612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30612 is #4CF9ED. Grayscale: #3B3B3B. Windows color (decimal): -5044718 or 1181363. OLE color: 1181363.

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

Color convert

RGB 179 6 18 -
CMYK 0 0.97 0.90 0.30
HSL 355.84º 0.94% 0.36% -
HSV(B) 355.84º 0.97% 0.7% -
XYZ 18.76 9.76 1.47 -
YUV 59.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 179 6 18 0 0.97 0.90 0.30 355.84 0.94 0.36
Hex B3 6 12 0 61 5A 1E 164 5E 24
Octal 263 6 22 0 141 132 36 544 136 44
Binary 10110011 110 10010 0 1100001 1011010 11110 101100100 1011110 100100

Color Harmonies of #B30612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30612

Black with #B30612

Text Example


Text Example

White with #B30612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30612; }

 p { color: rgb(179,6,18); }

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

background-color css

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

 a { background-color: rgb(179,6,18); }

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

border-color css

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

 span { border-color: rgb(179,6,18); }

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