Html Css Color HEX #B01124 Venetian Red

📋 copy color: '#B01124'

red 176 ◦ green 17 ◦ blue 36

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

Shades of Venetian Red #B01124

Tints of Venetian Red #B01124

RGB

 RED value IS 176 (69.14% from 255) = 76.86%

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 36 (14.45% from 255) = 15.72%

R = 76.86%
G = 7.42%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B01124 (or 0xB01124) is known color: Venetian Red. HEX triplet: B0, 11 and 24. RGB value is (176,17,36). Sum of RGB (Red+Green+Blue) = 176+17+36=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B01124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01124 is #4FEEDB. Grayscale: #424242. Windows color (decimal): -5238492 or 2363824. OLE color: 2363824.

HSL color Cylindrical-coordinate representation of color #B01124: hue angle of 352.83º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01124 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 36 -
CMYK 0 0.90 0.80 0.31
HSL 352.83º 0.82% 0.38% -
HSV(B) 352.83º 0.9% 0.69% -
XYZ 18.42 9.76 2.58 -
YUV 66.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 176 17 36 0 0.90 0.80 0.31 352.83 0.82 0.38
Hex B0 11 24 0 5A 50 1F 161 52 26
Octal 260 21 44 0 132 120 37 541 122 46
Binary 10110000 10001 100100 0 1011010 1010000 11111 101100001 1010010 100110

Color Harmonies of #B01124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01124

Black with #B01124

Text Example


Text Example

White with #B01124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01124; }

 p { color: rgb(176,17,36); }

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

background-color css

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

 a { background-color: rgb(176,17,36); }

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

border-color css

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

 span { border-color: rgb(176,17,36); }

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