Html Css Color HEX #B2021A Venetian Red

📋 copy color: '#B2021A'

red 178 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #B2021A

Tints of Venetian Red #B2021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 86.41%
G = 0.97%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2021A (or 0xB2021A) is known color: Venetian Red. HEX triplet: B2, 02 and 1A. RGB value is (178,2,26). Sum of RGB (Red+Green+Blue) = 178+2+26=206 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.41% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 178 - color contains mainly: red. Hex color #B2021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2021A is #4DFDE5. Grayscale: #393939. Windows color (decimal): -5111270 or 1704626. OLE color: 1704626.

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

Color convert

RGB 178 2 26 -
CMYK 0 0.99 0.85 0.30
HSL 351.82º 0.98% 0.35% -
HSV(B) 351.82º 0.99% 0.7% -
XYZ 18.57 9.58 1.85 -
YUV 57.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 178 2 26 0 0.99 0.85 0.30 351.82 0.98 0.35
Hex B2 2 1A 0 63 55 1E 160 62 23
Octal 262 2 32 0 143 125 36 540 142 43
Binary 10110010 10 11010 0 1100011 1010101 11110 101100000 1100010 100011

Color Harmonies of #B2021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2021A

Black with #B2021A

Text Example


Text Example

White with #B2021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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