Html Css Color HEX #B30C12 Venetian Red

📋 copy color: '#B30C12'

red 179 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #B30C12

Tints of Venetian Red #B30C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.74%

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

R = 85.65%
G = 5.74%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B30C12 (or 0xB30C12) is known color: Venetian Red. HEX triplet: B3, 0C and 12. RGB value is (179,12,18). Sum of RGB (Red+Green+Blue) = 179+12+18=209 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.65% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30C12 is #4CF3ED. Grayscale: #3E3E3E. Windows color (decimal): -5043182 or 1182899. OLE color: 1182899.

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

Color convert

RGB 179 12 18 -
CMYK 0 0.93 0.90 0.30
HSL 357.84º 0.87% 0.37% -
HSV(B) 357.84º 0.93% 0.7% -
XYZ 18.83 9.89 1.49 -
YUV 62.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 179 12 18 0 0.93 0.90 0.30 357.84 0.87 0.37
Hex B3 C 12 0 5D 5A 1E 166 57 25
Octal 263 14 22 0 135 132 36 546 127 45
Binary 10110011 1100 10010 0 1011101 1011010 11110 101100110 1010111 100101

Color Harmonies of #B30C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C12

Black with #B30C12

Text Example


Text Example

White with #B30C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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