Html Css Color HEX #B80024 Venetian Red

📋 copy color: '#B80024'

red 184 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #B80024

Tints of Venetian Red #B80024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.64%
G = 0%
B = 16.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80024 (or 0xB80024) is known color: Venetian Red. HEX triplet: B8, 00 and 24. RGB value is (184,0,36). Sum of RGB (Red+Green+Blue) = 184+0+36=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80024 is #47FFDB. Grayscale: #3B3B3B. Windows color (decimal): -4718556 or 2359480. OLE color: 2359480.

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

Color convert

RGB 184 0 36 -
CMYK 0 1 0.80 0.28
HSL 348.26º 1% 0.36% -
HSV(B) 348.26º 1% 0.72% -
XYZ 20.09 10.32 2.6 -
YUV 59.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 184 0 36 0 1 0.80 0.28 348.26 1 0.36
Hex B8 0 24 0 64 50 1C 15C 64 24
Octal 270 0 44 0 144 120 34 534 144 44
Binary 10111000 0 100100 0 1100100 1010000 11100 101011100 1100100 100100

Color Harmonies of #B80024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80024

Black with #B80024

Text Example


Text Example

White with #B80024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80024; }

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

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

background-color css

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

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

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

border-color css

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

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

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