Html Css Color HEX #B6463A Medium Carmine

📋 copy color: '#B6463A'

red 182 ◦ green 70 ◦ blue 58

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

Shades of Medium Carmine #B6463A

Tints of Medium Carmine #B6463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 58.71%
G = 22.58%
B = 18.71%

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

#B6463A (or 0xB6463A) is known color: Medium Carmine. HEX triplet: B6, 46 and 3A. RGB value is (182,70,58). Sum of RGB (Red+Green+Blue) = 182+70+58=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6463A is #49B9C5. Grayscale: #666666. Windows color (decimal): -4831686 or 3819190. OLE color: 3819190.

HSL color Cylindrical-coordinate representation of color #B6463A: hue angle of 5.81º degrees, saturation: 0.52, 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 #B6463A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 58 -
CMYK 0 0.62 0.68 0.29
HSL 5.81º 0.52% 0.47% -
HSV(B) 5.81º 0.68% 0.71% -
XYZ 22.25 14.63 5.65 -
YUV 102.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 182 70 58 0 0.62 0.68 0.29 5.81 0.52 0.47
Hex B6 46 3A 0 3E 44 1D 6 34 2F
Octal 266 106 72 0 76 104 35 6 64 57
Binary 10110110 1000110 111010 0 111110 1000100 11101 110 110100 101111

Color Harmonies of #B6463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6463A

Black with #B6463A

Text Example


Text Example

White with #B6463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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