Html Css Color HEX #B80324 Venetian Red

📋 copy color: '#B80324'

red 184 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #B80324

Tints of Venetian Red #B80324

RGB

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

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

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

R = 82.51%
G = 1.35%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80324 (or 0xB80324) is known color: Venetian Red. HEX triplet: B8, 03 and 24. RGB value is (184,3,36). Sum of RGB (Red+Green+Blue) = 184+3+36=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B80324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80324 is #47FCDB. Grayscale: #3C3C3C. Windows color (decimal): -4717788 or 2360248. OLE color: 2360248.

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

Color convert

RGB 184 3 36 -
CMYK 0 0.98 0.80 0.28
HSL 349.06º 0.97% 0.37% -
HSV(B) 349.06º 0.98% 0.72% -
XYZ 20.12 10.38 2.61 -
YUV 60.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 184 3 36 0 0.98 0.80 0.28 349.06 0.97 0.37
Hex B8 3 24 0 62 50 1C 15D 61 25
Octal 270 3 44 0 142 120 34 535 141 45
Binary 10111000 11 100100 0 1100010 1010000 11100 101011101 1100001 100101

Color Harmonies of #B80324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80324

Black with #B80324

Text Example


Text Example

White with #B80324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80324; }

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

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

background-color css

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

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

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

border-color css

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

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

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