Html Css Color HEX #B80A0C Venetian Red

📋 copy color: '#B80A0C'

red 184 ◦ green 10 ◦ blue 12

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

Shades of Venetian Red #B80A0C

Tints of Venetian Red #B80A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 89.32%
G = 4.85%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B80A0C (or 0xB80A0C) is known color: Venetian Red. HEX triplet: B8, 0A and 0C. RGB value is (184,10,12). Sum of RGB (Red+Green+Blue) = 184+10+12=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80A0C is #47F5F3. Grayscale: #3E3E3E. Windows color (decimal): -4716020 or 789176. OLE color: 789176.

HSL color Cylindrical-coordinate representation of color #B80A0C: hue angle of 359.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A0C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 10 12 -
CMYK 0 0.95 0.93 0.28
HSL 359.31º 0.9% 0.38% -
HSV(B) 359.31º 0.95% 0.72% -
XYZ 19.94 10.43 1.31 -
YUV 62.25 99.65 214.84 -
System Red Green Blue C M Y K H S L
Decimal 184 10 12 0 0.95 0.93 0.28 359.31 0.9 0.38
Hex B8 A C 0 5F 5D 1C 167 5A 26
Octal 270 12 14 0 137 135 34 547 132 46
Binary 10111000 1010 1100 0 1011111 1011101 11100 101100111 1011010 100110

Color Harmonies of #B80A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A0C

Black with #B80A0C

Text Example


Text Example

White with #B80A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A0C; }

 p { color: rgb(184,10,12); }

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

background-color css

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

 a { background-color: rgb(184,10,12); }

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

border-color css

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

 span { border-color: rgb(184,10,12); }

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