Html Css Color HEX #B8021D Venetian Red

📋 copy color: '#B8021D'

red 184 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #B8021D

Tints of Venetian Red #B8021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 85.58%
G = 0.93%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8021D (or 0xB8021D) is known color: Venetian Red. HEX triplet: B8, 02 and 1D. RGB value is (184,2,29). Sum of RGB (Red+Green+Blue) = 184+2+29=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B8021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8021D is #47FDE2. Grayscale: #3B3B3B. Windows color (decimal): -4718051 or 1901240. OLE color: 1901240.

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

Color convert

RGB 184 2 29 -
CMYK 0 0.99 0.84 0.28
HSL 351.1º 0.98% 0.36% -
HSV(B) 351.1º 0.99% 0.72% -
XYZ 20.01 10.32 2.1 -
YUV 59.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 184 2 29 0 0.99 0.84 0.28 351.1 0.98 0.36
Hex B8 2 1D 0 63 54 1C 15F 62 24
Octal 270 2 35 0 143 124 34 537 142 44
Binary 10111000 10 11101 0 1100011 1010100 11100 101011111 1100010 100100

Color Harmonies of #B8021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8021D

Black with #B8021D

Text Example


Text Example

White with #B8021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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