Html Css Color HEX #B01015 Venetian Red

📋 copy color: '#B01015'

red 176 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #B01015

Tints of Venetian Red #B01015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 82.63%
G = 7.51%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B01015 (or 0xB01015) is known color: Venetian Red. HEX triplet: B0, 10 and 15. RGB value is (176,16,21). Sum of RGB (Red+Green+Blue) = 176+16+21=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B01015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01015 is #4FEFEA. Grayscale: #404040. Windows color (decimal): -5238763 or 1380528. OLE color: 1380528.

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

Color convert

RGB 176 16 21 -
CMYK 0 0.91 0.88 0.31
HSL 358.13º 0.83% 0.38% -
HSV(B) 358.13º 0.91% 0.69% -
XYZ 18.23 9.65 1.61 -
YUV 64.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 176 16 21 0 0.91 0.88 0.31 358.13 0.83 0.38
Hex B0 10 15 0 5B 58 1F 166 53 26
Octal 260 20 25 0 133 130 37 546 123 46
Binary 10110000 10000 10101 0 1011011 1011000 11111 101100110 1010011 100110

Color Harmonies of #B01015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01015

Black with #B01015

Text Example


Text Example

White with #B01015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01015; }

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

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

background-color css

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

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

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

border-color css

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

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

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