Html Css Color HEX #B20728 Venetian Red

📋 copy color: '#B20728'

red 178 ◦ green 7 ◦ blue 40

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

Shades of Venetian Red #B20728

Tints of Venetian Red #B20728

RGB

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

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

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

R = 79.11%
G = 3.11%
B = 17.78%

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

#B20728 (or 0xB20728) is known color: Venetian Red. HEX triplet: B2, 07 and 28. RGB value is (178,7,40). Sum of RGB (Red+Green+Blue) = 178+7+40=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B20728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20728 is #4DF8D7. Grayscale: #3D3D3D. Windows color (decimal): -5109976 or 2623410. OLE color: 2623410.

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

Color convert

RGB 178 7 40 -
CMYK 0 0.96 0.78 0.30
HSL 348.42º 0.92% 0.36% -
HSV(B) 348.42º 0.96% 0.7% -
XYZ 18.82 9.77 2.9 -
YUV 61.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 178 7 40 0 0.96 0.78 0.30 348.42 0.92 0.36
Hex B2 7 28 0 60 4E 1E 15C 5C 24
Octal 262 7 50 0 140 116 36 534 134 44
Binary 10110010 111 101000 0 1100000 1001110 11110 101011100 1011100 100100

Color Harmonies of #B20728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20728

Black with #B20728

Text Example


Text Example

White with #B20728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20728; }

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

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

background-color css

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

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

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

border-color css

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

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

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