Html Css Color HEX #B0141B Venetian Red

📋 copy color: '#B0141B'

red 176 ◦ green 20 ◦ blue 27

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

Shades of Venetian Red #B0141B

Tints of Venetian Red #B0141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 78.92%
G = 8.97%
B = 12.11%

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

#B0141B (or 0xB0141B) is known color: Venetian Red. HEX triplet: B0, 14 and 1B. RGB value is (176,20,27). Sum of RGB (Red+Green+Blue) = 176+20+27=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B0141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0141B is #4FEBE4. Grayscale: #434343. Windows color (decimal): -5237733 or 1774768. OLE color: 1774768.

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

Color convert

RGB 176 20 27 -
CMYK 0 0.89 0.85 0.31
HSL 357.31º 0.8% 0.38% -
HSV(B) 357.31º 0.89% 0.69% -
XYZ 18.35 9.81 1.96 -
YUV 67.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 176 20 27 0 0.89 0.85 0.31 357.31 0.8 0.38
Hex B0 14 1B 0 59 55 1F 165 50 26
Octal 260 24 33 0 131 125 37 545 120 46
Binary 10110000 10100 11011 0 1011001 1010101 11111 101100101 1010000 100110

Color Harmonies of #B0141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0141B

Black with #B0141B

Text Example


Text Example

White with #B0141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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