Html Css Color HEX #B0151C Venetian Red

📋 copy color: '#B0151C'

red 176 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #B0151C

Tints of Venetian Red #B0151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 78.22%
G = 9.33%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0151C (or 0xB0151C) is known color: Venetian Red. HEX triplet: B0, 15 and 1C. RGB value is (176,21,28). Sum of RGB (Red+Green+Blue) = 176+21+28=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B0151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0151C is #4FEAE3. Grayscale: #444444. Windows color (decimal): -5237476 or 1840560. OLE color: 1840560.

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

Color convert

RGB 176 21 28 -
CMYK 0 0.88 0.84 0.31
HSL 357.29º 0.79% 0.39% -
HSV(B) 357.29º 0.88% 0.69% -
XYZ 18.38 9.85 2.03 -
YUV 68.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 176 21 28 0 0.88 0.84 0.31 357.29 0.79 0.39
Hex B0 15 1C 0 58 54 1F 165 4F 27
Octal 260 25 34 0 130 124 37 545 117 47
Binary 10110000 10101 11100 0 1011000 1010100 11111 101100101 1001111 100111

Color Harmonies of #B0151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0151C

Black with #B0151C

Text Example


Text Example

White with #B0151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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