Html Css Color HEX #B0141D Venetian Red

📋 copy color: '#B0141D'

red 176 ◦ green 20 ◦ blue 29

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

Shades of Venetian Red #B0141D

Tints of Venetian Red #B0141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 78.22%
G = 8.89%
B = 12.89%

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

#B0141D (or 0xB0141D) is known color: Venetian Red. HEX triplet: B0, 14 and 1D. RGB value is (176,20,29). Sum of RGB (Red+Green+Blue) = 176+20+29=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B0141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0141D is #4FEBE2. Grayscale: #434343. Windows color (decimal): -5237731 or 1905840. OLE color: 1905840.

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

Color convert

RGB 176 20 29 -
CMYK 0 0.89 0.84 0.31
HSL 356.54º 0.8% 0.38% -
HSV(B) 356.54º 0.89% 0.69% -
XYZ 18.38 9.82 2.09 -
YUV 67.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 176 20 29 0 0.89 0.84 0.31 356.54 0.8 0.38
Hex B0 14 1D 0 59 54 1F 165 50 26
Octal 260 24 35 0 131 124 37 545 120 46
Binary 10110000 10100 11101 0 1011001 1010100 11111 101100101 1010000 100110

Color Harmonies of #B0141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0141D

Black with #B0141D

Text Example


Text Example

White with #B0141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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