Html Css Color HEX #B70212 Venetian Red

📋 copy color: '#B70212'

red 183 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #B70212

Tints of Venetian Red #B70212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 90.15%
G = 0.99%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70212 (or 0xB70212) is known color: Venetian Red. HEX triplet: B7, 02 and 12. RGB value is (183,2,18). Sum of RGB (Red+Green+Blue) = 183+2+18=203 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.15% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 183 - color contains mainly: red. Hex color #B70212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70212 is #48FDED. Grayscale: #3A3A3A. Windows color (decimal): -4783598 or 1180343. OLE color: 1180343.

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

Color convert

RGB 183 2 18 -
CMYK 0 0.99 0.90 0.28
HSL 354.7º 0.98% 0.36% -
HSV(B) 354.7º 0.99% 0.72% -
XYZ 19.66 10.15 1.5 -
YUV 57.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 183 2 18 0 0.99 0.90 0.28 354.7 0.98 0.36
Hex B7 2 12 0 63 5A 1C 163 62 24
Octal 267 2 22 0 143 132 34 543 142 44
Binary 10110111 10 10010 0 1100011 1011010 11100 101100011 1100010 100100

Color Harmonies of #B70212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70212

Black with #B70212

Text Example


Text Example

White with #B70212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70212; }

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

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

background-color css

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

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

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

border-color css

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

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

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