Html Css Color HEX #B20528 Venetian Red

📋 copy color: '#B20528'

red 178 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #B20528

Tints of Venetian Red #B20528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 79.82%
G = 2.24%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B20528 (or 0xB20528) is known color: Venetian Red. HEX triplet: B2, 05 and 28. RGB value is (178,5,40). Sum of RGB (Red+Green+Blue) = 178+5+40=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B20528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20528 is #4DFAD7. Grayscale: #3C3C3C. Windows color (decimal): -5110488 or 2622898. OLE color: 2622898.

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

Color convert

RGB 178 5 40 -
CMYK 0 0.97 0.78 0.30
HSL 347.86º 0.95% 0.36% -
HSV(B) 347.86º 0.97% 0.7% -
XYZ 18.8 9.73 2.89 -
YUV 60.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 178 5 40 0 0.97 0.78 0.30 347.86 0.95 0.36
Hex B2 5 28 0 61 4E 1E 15C 5F 24
Octal 262 5 50 0 141 116 36 534 137 44
Binary 10110010 101 101000 0 1100001 1001110 11110 101011100 1011111 100100

Color Harmonies of #B20528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20528

Black with #B20528

Text Example


Text Example

White with #B20528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20528; }

 p { color: rgb(178,5,40); }

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

background-color css

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

 a { background-color: rgb(178,5,40); }

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

border-color css

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

 span { border-color: rgb(178,5,40); }

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