Html Css Color HEX #B6403C Medium Carmine

📋 copy color: '#B6403C'

red 182 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B6403C

Tints of Medium Carmine #B6403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 59.48%
G = 20.92%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6403C (or 0xB6403C) is known color: Medium Carmine. HEX triplet: B6, 40 and 3C. RGB value is (182,64,60). Sum of RGB (Red+Green+Blue) = 182+64+60=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B6403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6403C is #49BFC3. Grayscale: #626262. Windows color (decimal): -4833220 or 3948726. OLE color: 3948726.

HSL color Cylindrical-coordinate representation of color #B6403C: hue angle of 1.97º 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 #B6403C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 60 -
CMYK 0 0.65 0.67 0.29
HSL 1.97º 0.5% 0.47% -
HSV(B) 1.97º 0.67% 0.71% -
XYZ 21.94 13.94 5.81 -
YUV 98.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 182 64 60 0 0.65 0.67 0.29 1.97 0.5 0.47
Hex B6 40 3C 0 41 43 1D 2 32 2F
Octal 266 100 74 0 101 103 35 2 62 57
Binary 10110110 1000000 111100 0 1000001 1000011 11101 10 110010 101111

Color Harmonies of #B6403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6403C

Black with #B6403C

Text Example


Text Example

White with #B6403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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