Html Css Color HEX #B80321 Venetian Red

📋 copy color: '#B80321'

red 184 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #B80321

Tints of Venetian Red #B80321

RGB

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

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

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

R = 83.64%
G = 1.36%
B = 15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B80321 (or 0xB80321) is known color: Venetian Red. HEX triplet: B8, 03 and 21. RGB value is (184,3,33). Sum of RGB (Red+Green+Blue) = 184+3+33=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80321 is #47FCDE. Grayscale: #3C3C3C. Windows color (decimal): -4717791 or 2163640. OLE color: 2163640.

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

Color convert

RGB 184 3 33 -
CMYK 0 0.98 0.82 0.28
HSL 350.06º 0.97% 0.37% -
HSV(B) 350.06º 0.98% 0.72% -
XYZ 20.07 10.37 2.38 -
YUV 60.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 184 3 33 0 0.98 0.82 0.28 350.06 0.97 0.37
Hex B8 3 21 0 62 52 1C 15E 61 25
Octal 270 3 41 0 142 122 34 536 141 45
Binary 10111000 11 100001 0 1100010 1010010 11100 101011110 1100001 100101

Color Harmonies of #B80321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80321

Black with #B80321

Text Example


Text Example

White with #B80321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80321; }

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

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

background-color css

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

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

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

border-color css

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

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

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