Html Css Color HEX #B0141C Venetian Red

📋 copy color: '#B0141C'

red 176 ◦ green 20 ◦ blue 28

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

Shades of Venetian Red #B0141C

Tints of Venetian Red #B0141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 78.57%
G = 8.93%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0141C (or 0xB0141C) is known color: Venetian Red. HEX triplet: B0, 14 and 1C. RGB value is (176,20,28). Sum of RGB (Red+Green+Blue) = 176+20+28=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B0141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0141C is #4FEBE3. Grayscale: #434343. Windows color (decimal): -5237732 or 1840304. OLE color: 1840304.

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

Color convert

RGB 176 20 28 -
CMYK 0 0.89 0.84 0.31
HSL 356.92º 0.8% 0.38% -
HSV(B) 356.92º 0.89% 0.69% -
XYZ 18.36 9.81 2.03 -
YUV 67.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 176 20 28 0 0.89 0.84 0.31 356.92 0.8 0.38
Hex B0 14 1C 0 59 54 1F 165 50 26
Octal 260 24 34 0 131 124 37 545 120 46
Binary 10110000 10100 11100 0 1011001 1010100 11111 101100101 1010000 100110

Color Harmonies of #B0141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0141C

Black with #B0141C

Text Example


Text Example

White with #B0141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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