Html Css Color HEX #B20727 Venetian Red

📋 copy color: '#B20727'

red 178 ◦ green 7 ◦ blue 39

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

Shades of Venetian Red #B20727

Tints of Venetian Red #B20727

RGB

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

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

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

R = 79.46%
G = 3.13%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B20727 (or 0xB20727) is known color: Venetian Red. HEX triplet: B2, 07 and 27. RGB value is (178,7,39). Sum of RGB (Red+Green+Blue) = 178+7+39=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B20727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20727 is #4DF8D8. Grayscale: #3D3D3D. Windows color (decimal): -5109977 or 2557874. OLE color: 2557874.

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

Color convert

RGB 178 7 39 -
CMYK 0 0.96 0.78 0.30
HSL 348.77º 0.92% 0.36% -
HSV(B) 348.77º 0.96% 0.7% -
XYZ 18.8 9.76 2.81 -
YUV 61.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 178 7 39 0 0.96 0.78 0.30 348.77 0.92 0.36
Hex B2 7 27 0 60 4E 1E 15D 5C 24
Octal 262 7 47 0 140 116 36 535 134 44
Binary 10110010 111 100111 0 1100000 1001110 11110 101011101 1011100 100100

Color Harmonies of #B20727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20727

Black with #B20727

Text Example


Text Example

White with #B20727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20727; }

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

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

background-color css

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

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

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

border-color css

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

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

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