Html Css Color HEX #B2021D Venetian Red

📋 copy color: '#B2021D'

red 178 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #B2021D

Tints of Venetian Red #B2021D

RGB

 RED value IS 178 (69.92% from 255) = 85.17%

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

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

R = 85.17%
G = 0.96%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2021D (or 0xB2021D) is known color: Venetian Red. HEX triplet: B2, 02 and 1D. RGB value is (178,2,29). Sum of RGB (Red+Green+Blue) = 178+2+29=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2021D is #4DFDE2. Grayscale: #393939. Windows color (decimal): -5111267 or 1901234. OLE color: 1901234.

HSL color Cylindrical-coordinate representation of color #B2021D: hue angle of 350.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2021D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 29 -
CMYK 0 0.99 0.84 0.30
HSL 350.8º 0.98% 0.35% -
HSV(B) 350.8º 0.99% 0.7% -
XYZ 18.6 9.6 2.03 -
YUV 57.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 178 2 29 0 0.99 0.84 0.30 350.8 0.98 0.35
Hex B2 2 1D 0 63 54 1E 15F 62 23
Octal 262 2 35 0 143 124 36 537 142 43
Binary 10110010 10 11101 0 1100011 1010100 11110 101011111 1100010 100011

Color Harmonies of #B2021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2021D

Black with #B2021D

Text Example


Text Example

White with #B2021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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