Html Css Color HEX #B1010D Venetian Red

📋 copy color: '#B1010D'

red 177 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #B1010D

Tints of Venetian Red #B1010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 92.67%
G = 0.52%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1010D (or 0xB1010D) is known color: Venetian Red. HEX triplet: B1, 01 and 0D. RGB value is (177,1,13). Sum of RGB (Red+Green+Blue) = 177+1+13=191 (25% of max value = 765). Red value is 177 (69.53% from 255 or 92.67% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 177 - color contains mainly: red. Hex color #B1010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1010D is #4EFEF2. Grayscale: #373737. Windows color (decimal): -5177075 or 852401. OLE color: 852401.

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

Color convert

RGB 177 1 13 -
CMYK 0 0.99 0.93 0.31
HSL 355.91º 0.99% 0.35% -
HSV(B) 355.91º 0.99% 0.69% -
XYZ 18.21 9.4 1.23 -
YUV 54.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 177 1 13 0 0.99 0.93 0.31 355.91 0.99 0.35
Hex B1 1 D 0 63 5D 1F 164 63 23
Octal 261 1 15 0 143 135 37 544 143 43
Binary 10110001 1 1101 0 1100011 1011101 11111 101100100 1100011 100011

Color Harmonies of #B1010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1010D

Black with #B1010D

Text Example


Text Example

White with #B1010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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