Html Css Color HEX #B70227 Venetian Red

📋 copy color: '#B70227'

red 183 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #B70227

Tints of Venetian Red #B70227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 81.7%
G = 0.89%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B70227 (or 0xB70227) is known color: Venetian Red. HEX triplet: B7, 02 and 27. RGB value is (183,2,39). Sum of RGB (Red+Green+Blue) = 183+2+39=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B70227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70227 is #48FDD8. Grayscale: #3C3C3C. Windows color (decimal): -4783577 or 2556599. OLE color: 2556599.

HSL color Cylindrical-coordinate representation of color #B70227: hue angle of 347.73º degrees, saturation: 0.98, 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 #B70227 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 39 -
CMYK 0 0.99 0.79 0.28
HSL 347.73º 0.98% 0.36% -
HSV(B) 347.73º 0.99% 0.72% -
XYZ 19.92 10.26 2.85 -
YUV 60.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 183 2 39 0 0.99 0.79 0.28 347.73 0.98 0.36
Hex B7 2 27 0 63 4F 1C 15C 62 24
Octal 267 2 47 0 143 117 34 534 142 44
Binary 10110111 10 100111 0 1100011 1001111 11100 101011100 1100010 100100

Color Harmonies of #B70227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70227

Black with #B70227

Text Example


Text Example

White with #B70227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70227; }

 p { color: rgb(183,2,39); }

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

background-color css

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

 a { background-color: rgb(183,2,39); }

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

border-color css

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

 span { border-color: rgb(183,2,39); }

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