Html Css Color HEX #B80028 Venetian Red

📋 copy color: '#B80028'

red 184 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #B80028

Tints of Venetian Red #B80028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 82.14%
G = 0%
B = 17.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B80028 (or 0xB80028) is known color: Venetian Red. HEX triplet: B8, 00 and 28. RGB value is (184,0,40). Sum of RGB (Red+Green+Blue) = 184+0+40=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B80028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80028 is #47FFD7. Grayscale: #3B3B3B. Windows color (decimal): -4718552 or 2621624. OLE color: 2621624.

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

Color convert

RGB 184 0 40 -
CMYK 0 1 0.78 0.28
HSL 346.96º 1% 0.36% -
HSV(B) 346.96º 1% 0.72% -
XYZ 20.15 10.34 2.94 -
YUV 59.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 184 0 40 0 1 0.78 0.28 346.96 1 0.36
Hex B8 0 28 0 64 4E 1C 15B 64 24
Octal 270 0 50 0 144 116 34 533 144 44
Binary 10111000 0 101000 0 1100100 1001110 11100 101011011 1100100 100100

Color Harmonies of #B80028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80028

Black with #B80028

Text Example


Text Example

White with #B80028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80028; }

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

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

background-color css

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

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

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

border-color css

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

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

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