Html Css Color HEX #B30712 Venetian Red

📋 copy color: '#B30712'

red 179 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #B30712

Tints of Venetian Red #B30712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 87.75%
G = 3.43%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B30712 (or 0xB30712) is known color: Venetian Red. HEX triplet: B3, 07 and 12. RGB value is (179,7,18). Sum of RGB (Red+Green+Blue) = 179+7+18=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B30712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30712 is #4CF8ED. Grayscale: #3B3B3B. Windows color (decimal): -5044462 or 1181619. OLE color: 1181619.

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

Color convert

RGB 179 7 18 -
CMYK 0 0.96 0.90 0.30
HSL 356.16º 0.92% 0.36% -
HSV(B) 356.16º 0.96% 0.7% -
XYZ 18.78 9.78 1.47 -
YUV 59.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 179 7 18 0 0.96 0.90 0.30 356.16 0.92 0.36
Hex B3 7 12 0 60 5A 1E 164 5C 24
Octal 263 7 22 0 140 132 36 544 134 44
Binary 10110011 111 10010 0 1100000 1011010 11110 101100100 1011100 100100

Color Harmonies of #B30712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30712

Black with #B30712

Text Example


Text Example

White with #B30712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30712; }

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

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

background-color css

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

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

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

border-color css

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

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

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