Html Css Color HEX #B0121A Venetian Red

📋 copy color: '#B0121A'

red 176 ◦ green 18 ◦ blue 26

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

Shades of Venetian Red #B0121A

Tints of Venetian Red #B0121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 80%
G = 8.18%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0121A (or 0xB0121A) is known color: Venetian Red. HEX triplet: B0, 12 and 1A. RGB value is (176,18,26). Sum of RGB (Red+Green+Blue) = 176+18+26=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B0121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0121A is #4FEDE5. Grayscale: #424242. Windows color (decimal): -5238246 or 1708720. OLE color: 1708720.

HSL color Cylindrical-coordinate representation of color #B0121A: hue angle of 356.96º degrees, saturation: 0.81, 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 #B0121A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 26 -
CMYK 0 0.90 0.85 0.31
HSL 356.96º 0.81% 0.38% -
HSV(B) 356.96º 0.9% 0.69% -
XYZ 18.31 9.74 1.89 -
YUV 66.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 176 18 26 0 0.90 0.85 0.31 356.96 0.81 0.38
Hex B0 12 1A 0 5A 55 1F 165 51 26
Octal 260 22 32 0 132 125 37 545 121 46
Binary 10110000 10010 11010 0 1011010 1010101 11111 101100101 1010001 100110

Color Harmonies of #B0121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0121A

Black with #B0121A

Text Example


Text Example

White with #B0121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0121A; }

 p { color: rgb(176,18,26); }

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

background-color css

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

 a { background-color: rgb(176,18,26); }

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

border-color css

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

 span { border-color: rgb(176,18,26); }

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