Html Css Color HEX #B70629 Venetian Red

📋 copy color: '#B70629'

red 183 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #B70629

Tints of Venetian Red #B70629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 79.57%
G = 2.61%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B70629 (or 0xB70629) is known color: Venetian Red. HEX triplet: B7, 06 and 29. RGB value is (183,6,41). Sum of RGB (Red+Green+Blue) = 183+6+41=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B70629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70629 is #48F9D6. Grayscale: #3E3E3E. Windows color (decimal): -4782551 or 2688695. OLE color: 2688695.

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

Color convert

RGB 183 6 41 -
CMYK 0 0.97 0.78 0.28
HSL 348.14º 0.94% 0.37% -
HSV(B) 348.14º 0.97% 0.72% -
XYZ 19.99 10.36 3.04 -
YUV 62.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 183 6 41 0 0.97 0.78 0.28 348.14 0.94 0.37
Hex B7 6 29 0 61 4E 1C 15C 5E 25
Octal 267 6 51 0 141 116 34 534 136 45
Binary 10110111 110 101001 0 1100001 1001110 11100 101011100 1011110 100101

Color Harmonies of #B70629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70629

Black with #B70629

Text Example


Text Example

White with #B70629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70629; }

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

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

background-color css

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

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

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

border-color css

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

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

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