Html Css Color HEX #B6473C Medium Carmine

📋 copy color: '#B6473C'

red 182 ◦ green 71 ◦ blue 60

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

Shades of Medium Carmine #B6473C

Tints of Medium Carmine #B6473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.68%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 58.15%
G = 22.68%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6473C (or 0xB6473C) is known color: Medium Carmine. HEX triplet: B6, 47 and 3C. RGB value is (182,71,60). Sum of RGB (Red+Green+Blue) = 182+71+60=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6473C is #49B8C3. Grayscale: #676767. Windows color (decimal): -4831428 or 3950518. OLE color: 3950518.

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

Color convert

RGB 182 71 60 -
CMYK 0 0.61 0.67 0.29
HSL 5.41º 0.5% 0.47% -
HSV(B) 5.41º 0.67% 0.71% -
XYZ 22.36 14.78 5.95 -
YUV 102.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 182 71 60 0 0.61 0.67 0.29 5.41 0.5 0.47
Hex B6 47 3C 0 3D 43 1D 5 32 2F
Octal 266 107 74 0 75 103 35 5 62 57
Binary 10110110 1000111 111100 0 111101 1000011 11101 101 110010 101111

Color Harmonies of #B6473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6473C

Black with #B6473C

Text Example


Text Example

White with #B6473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6473C; }

 p { color: rgb(182,71,60); }

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

background-color css

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

 a { background-color: rgb(182,71,60); }

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

border-color css

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

 span { border-color: rgb(182,71,60); }

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