Html Css Color HEX #B8021C Venetian Red

📋 copy color: '#B8021C'

red 184 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #B8021C

Tints of Venetian Red #B8021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 85.98%
G = 0.93%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8021C (or 0xB8021C) is known color: Venetian Red. HEX triplet: B8, 02 and 1C. RGB value is (184,2,28). Sum of RGB (Red+Green+Blue) = 184+2+28=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B8021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8021C is #47FDE3. Grayscale: #3B3B3B. Windows color (decimal): -4718052 or 1835704. OLE color: 1835704.

HSL color Cylindrical-coordinate representation of color #B8021C: hue angle of 351.43º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 28 -
CMYK 0 0.99 0.85 0.28
HSL 351.43º 0.98% 0.36% -
HSV(B) 351.43º 0.99% 0.72% -
XYZ 20 10.32 2.04 -
YUV 59.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 184 2 28 0 0.99 0.85 0.28 351.43 0.98 0.36
Hex B8 2 1C 0 63 55 1C 15F 62 24
Octal 270 2 34 0 143 125 34 537 142 44
Binary 10111000 10 11100 0 1100011 1010101 11100 101011111 1100010 100100

Color Harmonies of #B8021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8021C

Black with #B8021C

Text Example


Text Example

White with #B8021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8021C; }

 p { color: rgb(184,2,28); }

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

background-color css

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

 a { background-color: rgb(184,2,28); }

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

border-color css

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

 span { border-color: rgb(184,2,28); }

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