Html Css Color HEX #B6463B Medium Carmine

📋 copy color: '#B6463B'

red 182 ◦ green 70 ◦ blue 59

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

Shades of Medium Carmine #B6463B

Tints of Medium Carmine #B6463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 58.52%
G = 22.51%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6463B (or 0xB6463B) is known color: Medium Carmine. HEX triplet: B6, 46 and 3B. RGB value is (182,70,59). Sum of RGB (Red+Green+Blue) = 182+70+59=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6463B is #49B9C4. Grayscale: #666666. Windows color (decimal): -4831685 or 3884726. OLE color: 3884726.

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

Color convert

RGB 182 70 59 -
CMYK 0 0.62 0.68 0.29
HSL 5.37º 0.51% 0.47% -
HSV(B) 5.37º 0.68% 0.71% -
XYZ 22.27 14.64 5.79 -
YUV 102.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 182 70 59 0 0.62 0.68 0.29 5.37 0.51 0.47
Hex B6 46 3B 0 3E 44 1D 5 33 2F
Octal 266 106 73 0 76 104 35 5 63 57
Binary 10110110 1000110 111011 0 111110 1000100 11101 101 110011 101111

Color Harmonies of #B6463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6463B

Black with #B6463B

Text Example


Text Example

White with #B6463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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