Html Css Color HEX #B0141F Venetian Red

📋 copy color: '#B0141F'

red 176 ◦ green 20 ◦ blue 31

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

Shades of Venetian Red #B0141F

Tints of Venetian Red #B0141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 77.53%
G = 8.81%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0141F (or 0xB0141F) is known color: Venetian Red. HEX triplet: B0, 14 and 1F. RGB value is (176,20,31). Sum of RGB (Red+Green+Blue) = 176+20+31=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B0141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0141F is #4FEBE0. Grayscale: #444444. Windows color (decimal): -5237729 or 2036912. OLE color: 2036912.

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

Color convert

RGB 176 20 31 -
CMYK 0 0.89 0.82 0.31
HSL 355.77º 0.8% 0.38% -
HSV(B) 355.77º 0.89% 0.69% -
XYZ 18.4 9.83 2.22 -
YUV 67.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 176 20 31 0 0.89 0.82 0.31 355.77 0.8 0.38
Hex B0 14 1F 0 59 52 1F 164 50 26
Octal 260 24 37 0 131 122 37 544 120 46
Binary 10110000 10100 11111 0 1011001 1010010 11111 101100100 1010000 100110

Color Harmonies of #B0141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0141F

Black with #B0141F

Text Example


Text Example

White with #B0141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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