Html Css Color HEX #B10013 Venetian Red

📋 copy color: '#B10013'

red 177 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #B10013

Tints of Venetian Red #B10013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.31%
G = 0%
B = 9.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B10013 (or 0xB10013) is known color: Venetian Red. HEX triplet: B1, 00 and 13. RGB value is (177,0,19). Sum of RGB (Red+Green+Blue) = 177+0+19=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B10013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10013 is #4EFFEC. Grayscale: #373737. Windows color (decimal): -5177325 or 1245361. OLE color: 1245361.

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

Color convert

RGB 177 0 19 -
CMYK 0 1 0.89 0.31
HSL 353.56º 1% 0.35% -
HSV(B) 353.56º 1% 0.69% -
XYZ 18.25 9.39 1.47 -
YUV 55.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 177 0 19 0 1 0.89 0.31 353.56 1 0.35
Hex B1 0 13 0 64 59 1F 162 64 23
Octal 261 0 23 0 144 131 37 542 144 43
Binary 10110001 0 10011 0 1100100 1011001 11111 101100010 1100100 100011

Color Harmonies of #B10013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10013

Black with #B10013

Text Example


Text Example

White with #B10013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10013; }

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

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

background-color css

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

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

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

border-color css

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

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

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