Html Css Color HEX #B80312 Venetian Red

📋 copy color: '#B80312'

red 184 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #B80312

Tints of Venetian Red #B80312

RGB

 RED value IS 184 (72.27% from 255) = 89.76%

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

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

R = 89.76%
G = 1.46%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80312 (or 0xB80312) is known color: Venetian Red. HEX triplet: B8, 03 and 12. RGB value is (184,3,18). Sum of RGB (Red+Green+Blue) = 184+3+18=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B80312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80312 is #47FCED. Grayscale: #3A3A3A. Windows color (decimal): -4717806 or 1180600. OLE color: 1180600.

HSL color Cylindrical-coordinate representation of color #B80312: hue angle of 355.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80312 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 18 -
CMYK 0 0.98 0.90 0.28
HSL 355.03º 0.97% 0.37% -
HSV(B) 355.03º 0.98% 0.72% -
XYZ 19.91 10.3 1.51 -
YUV 58.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 184 3 18 0 0.98 0.90 0.28 355.03 0.97 0.37
Hex B8 3 12 0 62 5A 1C 163 61 25
Octal 270 3 22 0 142 132 34 543 141 45
Binary 10111000 11 10010 0 1100010 1011010 11100 101100011 1100001 100101

Color Harmonies of #B80312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80312

Black with #B80312

Text Example


Text Example

White with #B80312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80312; }

 p { color: rgb(184,3,18); }

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

background-color css

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

 a { background-color: rgb(184,3,18); }

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

border-color css

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

 span { border-color: rgb(184,3,18); }

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