Html Css Color HEX #B10926 Venetian Red

📋 copy color: '#B10926'

red 177 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #B10926

Tints of Venetian Red #B10926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 79.02%
G = 4.02%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B10926 (or 0xB10926) is known color: Venetian Red. HEX triplet: B1, 09 and 26. RGB value is (177,9,38). Sum of RGB (Red+Green+Blue) = 177+9+38=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B10926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10926 is #4EF6D9. Grayscale: #3E3E3E. Windows color (decimal): -5175002 or 2492849. OLE color: 2492849.

HSL color Cylindrical-coordinate representation of color #B10926: hue angle of 349.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10926 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 9 38 -
CMYK 0 0.95 0.79 0.31
HSL 349.64º 0.9% 0.36% -
HSV(B) 349.64º 0.95% 0.69% -
XYZ 18.58 9.68 2.72 -
YUV 62.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 177 9 38 0 0.95 0.79 0.31 349.64 0.9 0.36
Hex B1 9 26 0 5F 4F 1F 15E 5A 24
Octal 261 11 46 0 137 117 37 536 132 44
Binary 10110001 1001 100110 0 1011111 1001111 11111 101011110 1011010 100100

Color Harmonies of #B10926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10926

Black with #B10926

Text Example


Text Example

White with #B10926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10926; }

 p { color: rgb(177,9,38); }

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

background-color css

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

 a { background-color: rgb(177,9,38); }

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

border-color css

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

 span { border-color: rgb(177,9,38); }

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