Html Css Color HEX #B80027 Venetian Red

📋 copy color: '#B80027'

red 184 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #B80027

Tints of Venetian Red #B80027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 82.51%
G = 0%
B = 17.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B80027 (or 0xB80027) is known color: Venetian Red. HEX triplet: B8, 00 and 27. RGB value is (184,0,39). Sum of RGB (Red+Green+Blue) = 184+0+39=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B80027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80027 is #47FFD8. Grayscale: #3B3B3B. Windows color (decimal): -4718553 or 2556088. OLE color: 2556088.

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

Color convert

RGB 184 0 39 -
CMYK 0 1 0.79 0.28
HSL 347.28º 1% 0.36% -
HSV(B) 347.28º 1% 0.72% -
XYZ 20.13 10.34 2.85 -
YUV 59.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 184 0 39 0 1 0.79 0.28 347.28 1 0.36
Hex B8 0 27 0 64 4F 1C 15B 64 24
Octal 270 0 47 0 144 117 34 533 144 44
Binary 10111000 0 100111 0 1100100 1001111 11100 101011011 1100100 100100

Color Harmonies of #B80027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80027

Black with #B80027

Text Example


Text Example

White with #B80027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80027; }

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

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

background-color css

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

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

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

border-color css

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

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

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