Html Css Color HEX #B20719 Venetian Red

📋 copy color: '#B20719'

red 178 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #B20719

Tints of Venetian Red #B20719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 84.76%
G = 3.33%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B20719 (or 0xB20719) is known color: Venetian Red. HEX triplet: B2, 07 and 19. RGB value is (178,7,25). Sum of RGB (Red+Green+Blue) = 178+7+25=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B20719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20719 is #4DF8E6. Grayscale: #3C3C3C. Windows color (decimal): -5109991 or 1640370. OLE color: 1640370.

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

Color convert

RGB 178 7 25 -
CMYK 0 0.96 0.86 0.30
HSL 353.68º 0.92% 0.36% -
HSV(B) 353.68º 0.96% 0.7% -
XYZ 18.61 9.69 1.81 -
YUV 60.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 178 7 25 0 0.96 0.86 0.30 353.68 0.92 0.36
Hex B2 7 19 0 60 56 1E 162 5C 24
Octal 262 7 31 0 140 126 36 542 134 44
Binary 10110010 111 11001 0 1100000 1010110 11110 101100010 1011100 100100

Color Harmonies of #B20719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20719

Black with #B20719

Text Example


Text Example

White with #B20719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20719; }

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

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

background-color css

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

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

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

border-color css

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

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

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