Html Css Color HEX #B20724 Venetian Red

📋 copy color: '#B20724'

red 178 ◦ green 7 ◦ blue 36

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

Shades of Venetian Red #B20724

Tints of Venetian Red #B20724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 80.54%
G = 3.17%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20724 (or 0xB20724) is known color: Venetian Red. HEX triplet: B2, 07 and 24. RGB value is (178,7,36). Sum of RGB (Red+Green+Blue) = 178+7+36=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B20724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20724 is #4DF8DB. Grayscale: #3D3D3D. Windows color (decimal): -5109980 or 2361266. OLE color: 2361266.

HSL color Cylindrical-coordinate representation of color #B20724: hue angle of 349.82º degrees, saturation: 0.92, 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 #B20724 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 36 -
CMYK 0 0.96 0.80 0.30
HSL 349.82º 0.92% 0.36% -
HSV(B) 349.82º 0.96% 0.7% -
XYZ 18.75 9.74 2.56 -
YUV 61.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 178 7 36 0 0.96 0.80 0.30 349.82 0.92 0.36
Hex B2 7 24 0 60 50 1E 15E 5C 24
Octal 262 7 44 0 140 120 36 536 134 44
Binary 10110010 111 100100 0 1100000 1010000 11110 101011110 1011100 100100

Color Harmonies of #B20724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20724

Black with #B20724

Text Example


Text Example

White with #B20724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20724; }

 p { color: rgb(178,7,36); }

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

background-color css

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

 a { background-color: rgb(178,7,36); }

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

border-color css

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

 span { border-color: rgb(178,7,36); }

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