Html Css Color HEX #B10213 Venetian Red

📋 copy color: '#B10213'

red 177 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #B10213

Tints of Venetian Red #B10213

RGB

 RED value IS 177 (69.53% from 255) = 89.39%

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 89.39%
G = 1.01%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B10213 (or 0xB10213) is known color: Venetian Red. HEX triplet: B1, 02 and 13. RGB value is (177,2,19). Sum of RGB (Red+Green+Blue) = 177+2+19=198 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.39% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 177 - color contains mainly: red. Hex color #B10213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10213 is #4EFDEC. Grayscale: #383838. Windows color (decimal): -5176813 or 1245873. OLE color: 1245873.

HSL color Cylindrical-coordinate representation of color #B10213: hue angle of 354.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10213 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 19 -
CMYK 0 0.99 0.89 0.31
HSL 354.17º 0.98% 0.35% -
HSV(B) 354.17º 0.99% 0.69% -
XYZ 18.27 9.44 1.47 -
YUV 56.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 177 2 19 0 0.99 0.89 0.31 354.17 0.98 0.35
Hex B1 2 13 0 63 59 1F 162 62 23
Octal 261 2 23 0 143 131 37 542 142 43
Binary 10110001 10 10011 0 1100011 1011001 11111 101100010 1100010 100011

Color Harmonies of #B10213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10213

Black with #B10213

Text Example


Text Example

White with #B10213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10213; }

 p { color: rgb(177,2,19); }

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

background-color css

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

 a { background-color: rgb(177,2,19); }

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

border-color css

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

 span { border-color: rgb(177,2,19); }

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