Html Css Color HEX #B6141D Venetian Red

📋 copy color: '#B6141D'

red 182 ◦ green 20 ◦ blue 29

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

Shades of Venetian Red #B6141D

Tints of Venetian Red #B6141D

RGB

 RED value IS 182 (71.48% from 255) = 78.79%

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

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

R = 78.79%
G = 8.66%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6141D (or 0xB6141D) is known color: Venetian Red. HEX triplet: B6, 14 and 1D. RGB value is (182,20,29). Sum of RGB (Red+Green+Blue) = 182+20+29=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B6141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6141D is #49EBE2. Grayscale: #454545. Windows color (decimal): -4844515 or 1905846. OLE color: 1905846.

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

Color convert

RGB 182 20 29 -
CMYK 0 0.89 0.84 0.29
HSL 356.67º 0.8% 0.4% -
HSV(B) 356.67º 0.89% 0.71% -
XYZ 19.76 10.53 2.15 -
YUV 69.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 182 20 29 0 0.89 0.84 0.29 356.67 0.8 0.4
Hex B6 14 1D 0 59 54 1D 165 50 28
Octal 266 24 35 0 131 124 35 545 120 50
Binary 10110110 10100 11101 0 1011001 1010100 11101 101100101 1010000 101000

Color Harmonies of #B6141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6141D

Black with #B6141D

Text Example


Text Example

White with #B6141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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