Html Css Color HEX #B20527 Venetian Red

📋 copy color: '#B20527'

red 178 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #B20527

Tints of Venetian Red #B20527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.57%

R = 80.18%
G = 2.25%
B = 17.57%

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

#B20527 (or 0xB20527) is known color: Venetian Red. HEX triplet: B2, 05 and 27. RGB value is (178,5,39). Sum of RGB (Red+Green+Blue) = 178+5+39=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B20527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20527 is #4DFAD8. Grayscale: #3C3C3C. Windows color (decimal): -5110489 or 2557362. OLE color: 2557362.

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

Color convert

RGB 178 5 39 -
CMYK 0 0.97 0.78 0.30
HSL 348.21º 0.95% 0.36% -
HSV(B) 348.21º 0.97% 0.7% -
XYZ 18.78 9.72 2.81 -
YUV 60.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 178 5 39 0 0.97 0.78 0.30 348.21 0.95 0.36
Hex B2 5 27 0 61 4E 1E 15C 5F 24
Octal 262 5 47 0 141 116 36 534 137 44
Binary 10110010 101 100111 0 1100001 1001110 11110 101011100 1011111 100100

Color Harmonies of #B20527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20527

Black with #B20527

Text Example


Text Example

White with #B20527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20527; }

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

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

background-color css

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

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

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

border-color css

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

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

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