Html Css Color HEX #B1010E Venetian Red

📋 copy color: '#B1010E'

red 177 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #B1010E

Tints of Venetian Red #B1010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 92.19%
G = 0.52%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1010E (or 0xB1010E) is known color: Venetian Red. HEX triplet: B1, 01 and 0E. RGB value is (177,1,14). Sum of RGB (Red+Green+Blue) = 177+1+14=192 (25% of max value = 765). Red value is 177 (69.53% from 255 or 92.19% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 177 - color contains mainly: red. Hex color #B1010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1010E is #4EFEF1. Grayscale: #373737. Windows color (decimal): -5177074 or 917937. OLE color: 917937.

HSL color Cylindrical-coordinate representation of color #B1010E: hue angle of 355.57º degrees, saturation: 0.99, 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 #B1010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 14 -
CMYK 0 0.99 0.92 0.31
HSL 355.57º 0.99% 0.35% -
HSV(B) 355.57º 0.99% 0.69% -
XYZ 18.22 9.4 1.27 -
YUV 55.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 177 1 14 0 0.99 0.92 0.31 355.57 0.99 0.35
Hex B1 1 E 0 63 5C 1F 164 63 23
Octal 261 1 16 0 143 134 37 544 143 43
Binary 10110001 1 1110 0 1100011 1011100 11111 101100100 1100011 100011

Color Harmonies of #B1010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1010E

Black with #B1010E

Text Example


Text Example

White with #B1010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1010E; }

 p { color: rgb(177,1,14); }

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

background-color css

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

 a { background-color: rgb(177,1,14); }

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

border-color css

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

 span { border-color: rgb(177,1,14); }

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