Html Css Color HEX #B6462C Medium Carmine

📋 copy color: '#B6462C'

red 182 ◦ green 70 ◦ blue 44

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

Shades of Medium Carmine #B6462C

Tints of Medium Carmine #B6462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 61.49%
G = 23.65%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6462C (or 0xB6462C) is known color: Medium Carmine. HEX triplet: B6, 46 and 2C. RGB value is (182,70,44). Sum of RGB (Red+Green+Blue) = 182+70+44=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6462C is #49B9D3. Grayscale: #646464. Windows color (decimal): -4831700 or 2901686. OLE color: 2901686.

HSL color Cylindrical-coordinate representation of color #B6462C: hue angle of 11.3º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6462C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 44 -
CMYK 0 0.62 0.76 0.29
HSL 11.3º 0.61% 0.44% -
HSV(B) 11.3º 0.76% 0.71% -
XYZ 21.94 14.51 4.03 -
YUV 100.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 182 70 44 0 0.62 0.76 0.29 11.3 0.61 0.44
Hex B6 46 2C 0 3E 4C 1D B 3D 2C
Octal 266 106 54 0 76 114 35 13 75 54
Binary 10110110 1000110 101100 0 111110 1001100 11101 1011 111101 101100

Color Harmonies of #B6462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6462C

Black with #B6462C

Text Example


Text Example

White with #B6462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6462C; }

 p { color: rgb(182,70,44); }

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

background-color css

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

 a { background-color: rgb(182,70,44); }

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

border-color css

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

 span { border-color: rgb(182,70,44); }

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