Html Css Color HEX #B01215 Venetian Red

📋 copy color: '#B01215'

red 176 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #B01215

Tints of Venetian Red #B01215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 81.86%
G = 8.37%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B01215 (or 0xB01215) is known color: Venetian Red. HEX triplet: B0, 12 and 15. RGB value is (176,18,21). Sum of RGB (Red+Green+Blue) = 176+18+21=215 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.86% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 176 - color contains mainly: red. Hex color #B01215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01215 is #4FEDEA. Grayscale: #414141. Windows color (decimal): -5238251 or 1381040. OLE color: 1381040.

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

Color convert

RGB 176 18 21 -
CMYK 0 0.90 0.88 0.31
HSL 358.86º 0.81% 0.38% -
HSV(B) 358.86º 0.9% 0.69% -
XYZ 18.26 9.72 1.62 -
YUV 65.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 176 18 21 0 0.90 0.88 0.31 358.86 0.81 0.38
Hex B0 12 15 0 5A 58 1F 167 51 26
Octal 260 22 25 0 132 130 37 547 121 46
Binary 10110000 10010 10101 0 1011010 1011000 11111 101100111 1010001 100110

Color Harmonies of #B01215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01215

Black with #B01215

Text Example


Text Example

White with #B01215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01215; }

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

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

background-color css

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

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

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

border-color css

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

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

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