Html Css Color HEX #B10312 Venetian Red

📋 copy color: '#B10312'

red 177 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #B10312

Tints of Venetian Red #B10312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 89.39%
G = 1.52%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B10312 (or 0xB10312) is known color: Venetian Red. HEX triplet: B1, 03 and 12. RGB value is (177,3,18). Sum of RGB (Red+Green+Blue) = 177+3+18=198 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.39% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 177 - color contains mainly: red. Hex color #B10312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10312 is #4EFCED. Grayscale: #383838. Windows color (decimal): -5176558 or 1180593. OLE color: 1180593.

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

Color convert

RGB 177 3 18 -
CMYK 0 0.98 0.90 0.31
HSL 354.83º 0.97% 0.35% -
HSV(B) 354.83º 0.98% 0.69% -
XYZ 18.27 9.46 1.43 -
YUV 56.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 177 3 18 0 0.98 0.90 0.31 354.83 0.97 0.35
Hex B1 3 12 0 62 5A 1F 163 61 23
Octal 261 3 22 0 142 132 37 543 141 43
Binary 10110001 11 10010 0 1100010 1011010 11111 101100011 1100001 100011

Color Harmonies of #B10312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10312

Black with #B10312

Text Example


Text Example

White with #B10312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10312; }

 p { color: rgb(177,3,18); }

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

background-color css

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

 a { background-color: rgb(177,3,18); }

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

border-color css

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

 span { border-color: rgb(177,3,18); }

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