Html Css Color HEX #B20729 Venetian Red

📋 copy color: '#B20729'

red 178 ◦ green 7 ◦ blue 41

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

Shades of Venetian Red #B20729

Tints of Venetian Red #B20729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 78.76%
G = 3.1%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B20729 (or 0xB20729) is known color: Venetian Red. HEX triplet: B2, 07 and 29. RGB value is (178,7,41). Sum of RGB (Red+Green+Blue) = 178+7+41=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B20729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20729 is #4DF8D6. Grayscale: #3E3E3E. Windows color (decimal): -5109975 or 2688946. OLE color: 2688946.

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

Color convert

RGB 178 7 41 -
CMYK 0 0.96 0.77 0.30
HSL 348.07º 0.92% 0.36% -
HSV(B) 348.07º 0.96% 0.7% -
XYZ 18.84 9.78 2.99 -
YUV 62.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 178 7 41 0 0.96 0.77 0.30 348.07 0.92 0.36
Hex B2 7 29 0 60 4D 1E 15C 5C 24
Octal 262 7 51 0 140 115 36 534 134 44
Binary 10110010 111 101001 0 1100000 1001101 11110 101011100 1011100 100100

Color Harmonies of #B20729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20729

Black with #B20729

Text Example


Text Example

White with #B20729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20729; }

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

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

background-color css

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

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

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

border-color css

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

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

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