Html Css Color HEX #B10A28 Venetian Red

📋 copy color: '#B10A28'

red 177 ◦ green 10 ◦ blue 40

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

Shades of Venetian Red #B10A28

Tints of Venetian Red #B10A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 77.97%
G = 4.41%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B10A28 (or 0xB10A28) is known color: Venetian Red. HEX triplet: B1, 0A and 28. RGB value is (177,10,40). Sum of RGB (Red+Green+Blue) = 177+10+40=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A28 is #4EF5D7. Grayscale: #3F3F3F. Windows color (decimal): -5174744 or 2624177. OLE color: 2624177.

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

Color convert

RGB 177 10 40 -
CMYK 0 0.94 0.77 0.31
HSL 349.22º 0.89% 0.37% -
HSV(B) 349.22º 0.94% 0.69% -
XYZ 18.62 9.72 2.9 -
YUV 63.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 177 10 40 0 0.94 0.77 0.31 349.22 0.89 0.37
Hex B1 A 28 0 5E 4D 1F 15D 59 25
Octal 261 12 50 0 136 115 37 535 131 45
Binary 10110001 1010 101000 0 1011110 1001101 11111 101011101 1011001 100101

Color Harmonies of #B10A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A28

Black with #B10A28

Text Example


Text Example

White with #B10A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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