Html Css Color HEX #B80D1C Venetian Red

📋 copy color: '#B80D1C'

red 184 ◦ green 13 ◦ blue 28

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

Shades of Venetian Red #B80D1C

Tints of Venetian Red #B80D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 81.78%
G = 5.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B80D1C (or 0xB80D1C) is known color: Venetian Red. HEX triplet: B8, 0D and 1C. RGB value is (184,13,28). Sum of RGB (Red+Green+Blue) = 184+13+28=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80D1C is #47F2E3. Grayscale: #414141. Windows color (decimal): -4715236 or 1838520. OLE color: 1838520.

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

Color convert

RGB 184 13 28 -
CMYK 0 0.93 0.85 0.28
HSL 354.74º 0.87% 0.39% -
HSV(B) 354.74º 0.93% 0.72% -
XYZ 20.12 10.56 2.08 -
YUV 65.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 184 13 28 0 0.93 0.85 0.28 354.74 0.87 0.39
Hex B8 D 1C 0 5D 55 1C 163 57 27
Octal 270 15 34 0 135 125 34 543 127 47
Binary 10111000 1101 11100 0 1011101 1010101 11100 101100011 1010111 100111

Color Harmonies of #B80D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D1C

Black with #B80D1C

Text Example


Text Example

White with #B80D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D1C; }

 p { color: rgb(184,13,28); }

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

background-color css

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

 a { background-color: rgb(184,13,28); }

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

border-color css

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

 span { border-color: rgb(184,13,28); }

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