Html Css Color HEX #B80724 Venetian Red

📋 copy color: '#B80724'

red 184 ◦ green 7 ◦ blue 36

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

Shades of Venetian Red #B80724

Tints of Venetian Red #B80724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 81.06%
G = 3.08%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80724 (or 0xB80724) is known color: Venetian Red. HEX triplet: B8, 07 and 24. RGB value is (184,7,36). Sum of RGB (Red+Green+Blue) = 184+7+36=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B80724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80724 is #47F8DB. Grayscale: #3F3F3F. Windows color (decimal): -4716764 or 2361272. OLE color: 2361272.

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

Color convert

RGB 184 7 36 -
CMYK 0 0.96 0.80 0.28
HSL 350.17º 0.93% 0.37% -
HSV(B) 350.17º 0.96% 0.72% -
XYZ 20.16 10.47 2.63 -
YUV 63.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 184 7 36 0 0.96 0.80 0.28 350.17 0.93 0.37
Hex B8 7 24 0 60 50 1C 15E 5D 25
Octal 270 7 44 0 140 120 34 536 135 45
Binary 10111000 111 100100 0 1100000 1010000 11100 101011110 1011101 100101

Color Harmonies of #B80724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80724

Black with #B80724

Text Example


Text Example

White with #B80724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80724; }

 p { color: rgb(184,7,36); }

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

background-color css

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

 a { background-color: rgb(184,7,36); }

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

border-color css

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

 span { border-color: rgb(184,7,36); }

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