Html Css Color HEX #B80409 Venetian Red

📋 copy color: '#B80409'

red 184 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #B80409

Tints of Venetian Red #B80409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

 BLUE value IS 9 (3.91% from 255) = 4.57%

R = 93.4%
G = 2.03%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B80409 (or 0xB80409) is known color: Venetian Red. HEX triplet: B8, 04 and 09. RGB value is (184,4,9). Sum of RGB (Red+Green+Blue) = 184+4+9=197 (26% of max value = 765). Red value is 184 (72.27% from 255 or 93.40% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 184 - color contains mainly: red. Hex color #B80409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80409 is #47FBF6. Grayscale: #3A3A3A. Windows color (decimal): -4717559 or 591032. OLE color: 591032.

HSL color Cylindrical-coordinate representation of color #B80409: hue angle of 358.33º degrees, saturation: 0.96, 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 #B80409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 9 -
CMYK 0 0.98 0.95 0.28
HSL 358.33º 0.96% 0.37% -
HSV(B) 358.33º 0.98% 0.72% -
XYZ 19.86 10.3 1.2 -
YUV 58.39 100.13 217.59 -
System Red Green Blue C M Y K H S L
Decimal 184 4 9 0 0.98 0.95 0.28 358.33 0.96 0.37
Hex B8 4 9 0 62 5F 1C 166 60 25
Octal 270 4 11 0 142 137 34 546 140 45
Binary 10111000 100 1001 0 1100010 1011111 11100 101100110 1100000 100101

Color Harmonies of #B80409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80409

Black with #B80409

Text Example


Text Example

White with #B80409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80409; }

 p { color: rgb(184,4,9); }

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

background-color css

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

 a { background-color: rgb(184,4,9); }

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

border-color css

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

 span { border-color: rgb(184,4,9); }

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