Html Css Color HEX #B1030B Venetian Red

📋 copy color: '#B1030B'

red 177 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #B1030B

Tints of Venetian Red #B1030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.76%

R = 92.67%
G = 1.57%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1030B (or 0xB1030B) is known color: Venetian Red. HEX triplet: B1, 03 and 0B. RGB value is (177,3,11). Sum of RGB (Red+Green+Blue) = 177+3+11=191 (25% of max value = 765). Red value is 177 (69.53% from 255 or 92.67% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 177 - color contains mainly: red. Hex color #B1030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1030B is #4EFCF4. Grayscale: #383838. Windows color (decimal): -5176565 or 721841. OLE color: 721841.

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

Color convert

RGB 177 3 11 -
CMYK 0 0.98 0.94 0.31
HSL 357.24º 0.97% 0.35% -
HSV(B) 357.24º 0.98% 0.69% -
XYZ 18.22 9.44 1.18 -
YUV 55.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 177 3 11 0 0.98 0.94 0.31 357.24 0.97 0.35
Hex B1 3 B 0 62 5E 1F 165 61 23
Octal 261 3 13 0 142 136 37 545 141 43
Binary 10110001 11 1011 0 1100010 1011110 11111 101100101 1100001 100011

Color Harmonies of #B1030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1030B

Black with #B1030B

Text Example


Text Example

White with #B1030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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