Html Css Color HEX #B70329 Venetian Red

📋 copy color: '#B70329'

red 183 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #B70329

Tints of Venetian Red #B70329

RGB

 RED value IS 183 (71.88% from 255) = 80.62%

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 80.62%
G = 1.32%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B70329 (or 0xB70329) is known color: Venetian Red. HEX triplet: B7, 03 and 29. RGB value is (183,3,41). Sum of RGB (Red+Green+Blue) = 183+3+41=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B70329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70329 is #48FCD6. Grayscale: #3D3D3D. Windows color (decimal): -4783319 or 2687927. OLE color: 2687927.

HSL color Cylindrical-coordinate representation of color #B70329: hue angle of 347.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70329 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 3 41 -
CMYK 0 0.98 0.78 0.28
HSL 347.33º 0.97% 0.36% -
HSV(B) 347.33º 0.98% 0.72% -
XYZ 19.96 10.29 3.03 -
YUV 61.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 183 3 41 0 0.98 0.78 0.28 347.33 0.97 0.36
Hex B7 3 29 0 62 4E 1C 15B 61 24
Octal 267 3 51 0 142 116 34 533 141 44
Binary 10110111 11 101001 0 1100010 1001110 11100 101011011 1100001 100100

Color Harmonies of #B70329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70329

Black with #B70329

Text Example


Text Example

White with #B70329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70329; }

 p { color: rgb(183,3,41); }

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

background-color css

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

 a { background-color: rgb(183,3,41); }

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

border-color css

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

 span { border-color: rgb(183,3,41); }

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