Html Css Color HEX #B80320 Venetian Red

📋 copy color: '#B80320'

red 184 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #B80320

Tints of Venetian Red #B80320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 84.02%
G = 1.37%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80320 (or 0xB80320) is known color: Venetian Red. HEX triplet: B8, 03 and 20. RGB value is (184,3,32). Sum of RGB (Red+Green+Blue) = 184+3+32=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B80320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80320 is #47FCDF. Grayscale: #3C3C3C. Windows color (decimal): -4717792 or 2098104. OLE color: 2098104.

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

Color convert

RGB 184 3 32 -
CMYK 0 0.98 0.83 0.28
HSL 350.39º 0.97% 0.37% -
HSV(B) 350.39º 0.98% 0.72% -
XYZ 20.06 10.36 2.31 -
YUV 60.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 184 3 32 0 0.98 0.83 0.28 350.39 0.97 0.37
Hex B8 3 20 0 62 53 1C 15E 61 25
Octal 270 3 40 0 142 123 34 536 141 45
Binary 10111000 11 100000 0 1100010 1010011 11100 101011110 1100001 100101

Color Harmonies of #B80320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80320

Black with #B80320

Text Example


Text Example

White with #B80320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80320; }

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

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

background-color css

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

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

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

border-color css

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

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

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