Html Css Color HEX #B70221 Venetian Red

📋 copy color: '#B70221'

red 183 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #B70221

Tints of Venetian Red #B70221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 83.94%
G = 0.92%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B70221 (or 0xB70221) is known color: Venetian Red. HEX triplet: B7, 02 and 21. RGB value is (183,2,33). Sum of RGB (Red+Green+Blue) = 183+2+33=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B70221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70221 is #48FDDE. Grayscale: #3B3B3B. Windows color (decimal): -4783583 or 2163383. OLE color: 2163383.

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

Color convert

RGB 183 2 33 -
CMYK 0 0.99 0.82 0.28
HSL 349.72º 0.98% 0.36% -
HSV(B) 349.72º 0.99% 0.72% -
XYZ 19.82 10.22 2.37 -
YUV 59.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 183 2 33 0 0.99 0.82 0.28 349.72 0.98 0.36
Hex B7 2 21 0 63 52 1C 15E 62 24
Octal 267 2 41 0 143 122 34 536 142 44
Binary 10110111 10 100001 0 1100011 1010010 11100 101011110 1100010 100100

Color Harmonies of #B70221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70221

Black with #B70221

Text Example


Text Example

White with #B70221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70221; }

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

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

background-color css

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

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

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

border-color css

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

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

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