Html Css Color HEX #B6141A Venetian Red

📋 copy color: '#B6141A'

red 182 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #B6141A

Tints of Venetian Red #B6141A

RGB

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

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

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

R = 79.82%
G = 8.77%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6141A (or 0xB6141A) is known color: Venetian Red. HEX triplet: B6, 14 and 1A. RGB value is (182,20,26). Sum of RGB (Red+Green+Blue) = 182+20+26=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B6141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6141A is #49EBE5. Grayscale: #454545. Windows color (decimal): -4844518 or 1709238. OLE color: 1709238.

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

Color convert

RGB 182 20 26 -
CMYK 0 0.89 0.86 0.29
HSL 357.78º 0.8% 0.4% -
HSV(B) 357.78º 0.89% 0.71% -
XYZ 19.73 10.52 1.97 -
YUV 69.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 182 20 26 0 0.89 0.86 0.29 357.78 0.8 0.4
Hex B6 14 1A 0 59 56 1D 166 50 28
Octal 266 24 32 0 131 126 35 546 120 50
Binary 10110110 10100 11010 0 1011001 1010110 11101 101100110 1010000 101000

Color Harmonies of #B6141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6141A

Black with #B6141A

Text Example


Text Example

White with #B6141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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