Html Css Color HEX #B0141A Venetian Red

📋 copy color: '#B0141A'

red 176 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #B0141A

Tints of Venetian Red #B0141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 79.28%
G = 9.01%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0141A (or 0xB0141A) is known color: Venetian Red. HEX triplet: B0, 14 and 1A. RGB value is (176,20,26). Sum of RGB (Red+Green+Blue) = 176+20+26=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0141A is #4FEBE5. Grayscale: #434343. Windows color (decimal): -5237734 or 1709232. OLE color: 1709232.

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

Color convert

RGB 176 20 26 -
CMYK 0 0.89 0.85 0.31
HSL 357.69º 0.8% 0.38% -
HSV(B) 357.69º 0.89% 0.69% -
XYZ 18.34 9.81 1.9 -
YUV 67.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 176 20 26 0 0.89 0.85 0.31 357.69 0.8 0.38
Hex B0 14 1A 0 59 55 1F 166 50 26
Octal 260 24 32 0 131 125 37 546 120 46
Binary 10110000 10100 11010 0 1011001 1010101 11111 101100110 1010000 100110

Color Harmonies of #B0141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0141A

Black with #B0141A

Text Example


Text Example

White with #B0141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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