Html Css Color HEX #B20822 Venetian Red

📋 copy color: '#B20822'

red 178 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #B20822

Tints of Venetian Red #B20822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 80.91%
G = 3.64%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B20822 (or 0xB20822) is known color: Venetian Red. HEX triplet: B2, 08 and 22. RGB value is (178,8,34). Sum of RGB (Red+Green+Blue) = 178+8+34=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B20822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20822 is #4DF7DD. Grayscale: #3D3D3D. Windows color (decimal): -5109726 or 2230450. OLE color: 2230450.

HSL color Cylindrical-coordinate representation of color #B20822: hue angle of 350.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20822 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 34 -
CMYK 0 0.96 0.81 0.30
HSL 350.82º 0.91% 0.36% -
HSV(B) 350.82º 0.96% 0.7% -
XYZ 18.74 9.75 2.41 -
YUV 61.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 178 8 34 0 0.96 0.81 0.30 350.82 0.91 0.36
Hex B2 8 22 0 60 51 1E 15F 5B 24
Octal 262 10 42 0 140 121 36 537 133 44
Binary 10110010 1000 100010 0 1100000 1010001 11110 101011111 1011011 100100

Color Harmonies of #B20822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20822

Black with #B20822

Text Example


Text Example

White with #B20822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20822; }

 p { color: rgb(178,8,34); }

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

background-color css

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

 a { background-color: rgb(178,8,34); }

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

border-color css

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

 span { border-color: rgb(178,8,34); }

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