Html Css Color HEX #B20726 Venetian Red

📋 copy color: '#B20726'

red 178 ◦ green 7 ◦ blue 38

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

Shades of Venetian Red #B20726

Tints of Venetian Red #B20726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.04%

R = 79.82%
G = 3.14%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B20726 (or 0xB20726) is known color: Venetian Red. HEX triplet: B2, 07 and 26. RGB value is (178,7,38). Sum of RGB (Red+Green+Blue) = 178+7+38=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B20726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20726 is #4DF8D9. Grayscale: #3D3D3D. Windows color (decimal): -5109978 or 2492338. OLE color: 2492338.

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

Color convert

RGB 178 7 38 -
CMYK 0 0.96 0.79 0.30
HSL 349.12º 0.92% 0.36% -
HSV(B) 349.12º 0.96% 0.7% -
XYZ 18.79 9.76 2.73 -
YUV 61.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 178 7 38 0 0.96 0.79 0.30 349.12 0.92 0.36
Hex B2 7 26 0 60 4F 1E 15D 5C 24
Octal 262 7 46 0 140 117 36 535 134 44
Binary 10110010 111 100110 0 1100000 1001111 11110 101011101 1011100 100100

Color Harmonies of #B20726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20726

Black with #B20726

Text Example


Text Example

White with #B20726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20726; }

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

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

background-color css

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

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

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

border-color css

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

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

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