Html Css Color HEX #B70129 Venetian Red

📋 copy color: '#B70129'

red 183 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #B70129

Tints of Venetian Red #B70129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 81.33%
G = 0.44%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B70129 (or 0xB70129) is known color: Venetian Red. HEX triplet: B7, 01 and 29. RGB value is (183,1,41). Sum of RGB (Red+Green+Blue) = 183+1+41=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B70129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70129 is #48FED6. Grayscale: #3C3C3C. Windows color (decimal): -4783831 or 2687415. OLE color: 2687415.

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

Color convert

RGB 183 1 41 -
CMYK 0 0.99 0.78 0.28
HSL 346.81º 0.99% 0.36% -
HSV(B) 346.81º 0.99% 0.72% -
XYZ 19.94 10.25 3.03 -
YUV 59.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 183 1 41 0 0.99 0.78 0.28 346.81 0.99 0.36
Hex B7 1 29 0 63 4E 1C 15B 63 24
Octal 267 1 51 0 143 116 34 533 143 44
Binary 10110111 1 101001 0 1100011 1001110 11100 101011011 1100011 100100

Color Harmonies of #B70129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70129

Black with #B70129

Text Example


Text Example

White with #B70129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70129; }

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

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

background-color css

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

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

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

border-color css

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

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

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