Html Css Color HEX #B1010A Venetian Red

📋 copy color: '#B1010A'

red 177 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #B1010A

Tints of Venetian Red #B1010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.32%

R = 94.15%
G = 0.53%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1010A (or 0xB1010A) is known color: Venetian Red. HEX triplet: B1, 01 and 0A. RGB value is (177,1,10). Sum of RGB (Red+Green+Blue) = 177+1+10=188 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.15% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 177 - color contains mainly: red. Hex color #B1010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1010A is #4EFEF5. Grayscale: #363636. Windows color (decimal): -5177078 or 655793. OLE color: 655793.

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

Color convert

RGB 177 1 10 -
CMYK 0 0.99 0.94 0.31
HSL 356.93º 0.99% 0.35% -
HSV(B) 356.93º 0.99% 0.69% -
XYZ 18.2 9.39 1.14 -
YUV 54.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 177 1 10 0 0.99 0.94 0.31 356.93 0.99 0.35
Hex B1 1 A 0 63 5E 1F 165 63 23
Octal 261 1 12 0 143 136 37 545 143 43
Binary 10110001 1 1010 0 1100011 1011110 11111 101100101 1100011 100011

Color Harmonies of #B1010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1010A

Black with #B1010A

Text Example


Text Example

White with #B1010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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