Html Css Color HEX #B6111D Venetian Red

📋 copy color: '#B6111D'

red 182 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #B6111D

Tints of Venetian Red #B6111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

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

R = 79.82%
G = 7.46%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6111D (or 0xB6111D) is known color: Venetian Red. HEX triplet: B6, 11 and 1D. RGB value is (182,17,29). Sum of RGB (Red+Green+Blue) = 182+17+29=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B6111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6111D is #49EEE2. Grayscale: #434343. Windows color (decimal): -4845283 or 1905078. OLE color: 1905078.

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

Color convert

RGB 182 17 29 -
CMYK 0 0.91 0.84 0.29
HSL 355.64º 0.83% 0.39% -
HSV(B) 355.64º 0.91% 0.71% -
XYZ 19.71 10.43 2.14 -
YUV 67.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 182 17 29 0 0.91 0.84 0.29 355.64 0.83 0.39
Hex B6 11 1D 0 5B 54 1D 164 53 27
Octal 266 21 35 0 133 124 35 544 123 47
Binary 10110110 10001 11101 0 1011011 1010100 11101 101100100 1010011 100111

Color Harmonies of #B6111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6111D

Black with #B6111D

Text Example


Text Example

White with #B6111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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