Html Css Color HEX #B0151E Venetian Red

📋 copy color: '#B0151E'

red 176 ◦ green 21 ◦ blue 30

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

Shades of Venetian Red #B0151E

Tints of Venetian Red #B0151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 77.53%
G = 9.25%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0151E (or 0xB0151E) is known color: Venetian Red. HEX triplet: B0, 15 and 1E. RGB value is (176,21,30). Sum of RGB (Red+Green+Blue) = 176+21+30=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B0151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0151E is #4FEAE1. Grayscale: #444444. Windows color (decimal): -5237474 or 1971632. OLE color: 1971632.

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

Color convert

RGB 176 21 30 -
CMYK 0 0.88 0.83 0.31
HSL 356.52º 0.79% 0.39% -
HSV(B) 356.52º 0.88% 0.69% -
XYZ 18.41 9.86 2.16 -
YUV 68.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 176 21 30 0 0.88 0.83 0.31 356.52 0.79 0.39
Hex B0 15 1E 0 58 53 1F 165 4F 27
Octal 260 25 36 0 130 123 37 545 117 47
Binary 10110000 10101 11110 0 1011000 1010011 11111 101100101 1001111 100111

Color Harmonies of #B0151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0151E

Black with #B0151E

Text Example


Text Example

White with #B0151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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