Html Css Color HEX #B10F1A Venetian Red

📋 copy color: '#B10F1A'

red 177 ◦ green 15 ◦ blue 26

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

Shades of Venetian Red #B10F1A

Tints of Venetian Red #B10F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 81.19%
G = 6.88%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B10F1A (or 0xB10F1A) is known color: Venetian Red. HEX triplet: B1, 0F and 1A. RGB value is (177,15,26). Sum of RGB (Red+Green+Blue) = 177+15+26=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F1A is #4EF0E5. Grayscale: #404040. Windows color (decimal): -5173478 or 1707953. OLE color: 1707953.

HSL color Cylindrical-coordinate representation of color #B10F1A: hue angle of 355.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F1A is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 15 26 -
CMYK 0 0.92 0.85 0.31
HSL 355.93º 0.84% 0.38% -
HSV(B) 355.93º 0.92% 0.69% -
XYZ 18.49 9.76 1.89 -
YUV 64.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 177 15 26 0 0.92 0.85 0.31 355.93 0.84 0.38
Hex B1 F 1A 0 5C 55 1F 164 54 26
Octal 261 17 32 0 134 125 37 544 124 46
Binary 10110001 1111 11010 0 1011100 1010101 11111 101100100 1010100 100110

Color Harmonies of #B10F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F1A

Black with #B10F1A

Text Example


Text Example

White with #B10F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F1A; }

 p { color: rgb(177,15,26); }

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

background-color css

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

 a { background-color: rgb(177,15,26); }

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

border-color css

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

 span { border-color: rgb(177,15,26); }

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