Html Css Color HEX #B20226 Venetian Red

📋 copy color: '#B20226'

red 178 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #B20226

Tints of Venetian Red #B20226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 81.65%
G = 0.92%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B20226 (or 0xB20226) is known color: Venetian Red. HEX triplet: B2, 02 and 26. RGB value is (178,2,38). Sum of RGB (Red+Green+Blue) = 178+2+38=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20226 is #4DFDD9. Grayscale: #3A3A3A. Windows color (decimal): -5111258 or 2491058. OLE color: 2491058.

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

Color convert

RGB 178 2 38 -
CMYK 0 0.99 0.79 0.30
HSL 347.73º 0.98% 0.35% -
HSV(B) 347.73º 0.99% 0.7% -
XYZ 18.73 9.65 2.71 -
YUV 58.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 178 2 38 0 0.99 0.79 0.30 347.73 0.98 0.35
Hex B2 2 26 0 63 4F 1E 15C 62 23
Octal 262 2 46 0 143 117 36 534 142 43
Binary 10110010 10 100110 0 1100011 1001111 11110 101011100 1100010 100011

Color Harmonies of #B20226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20226

Black with #B20226

Text Example


Text Example

White with #B20226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20226; }

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

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

background-color css

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

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

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

border-color css

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

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

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