Html Css Color HEX #B80021 Venetian Red

📋 copy color: '#B80021'

red 184 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #B80021

Tints of Venetian Red #B80021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 84.79%
G = 0%
B = 15.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B80021 (or 0xB80021) is known color: Venetian Red. HEX triplet: B8, 00 and 21. RGB value is (184,0,33). Sum of RGB (Red+Green+Blue) = 184+0+33=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B80021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80021 is #47FFDE. Grayscale: #3A3A3A. Windows color (decimal): -4718559 or 2162872. OLE color: 2162872.

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

Color convert

RGB 184 0 33 -
CMYK 0 1 0.82 0.28
HSL 349.24º 1% 0.36% -
HSV(B) 349.24º 1% 0.72% -
XYZ 20.04 10.3 2.37 -
YUV 58.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 184 0 33 0 1 0.82 0.28 349.24 1 0.36
Hex B8 0 21 0 64 52 1C 15D 64 24
Octal 270 0 41 0 144 122 34 535 144 44
Binary 10111000 0 100001 0 1100100 1010010 11100 101011101 1100100 100100

Color Harmonies of #B80021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80021

Black with #B80021

Text Example


Text Example

White with #B80021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80021; }

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

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

background-color css

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

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

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

border-color css

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

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

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