Html Css Color HEX #B6403E Medium Carmine

📋 copy color: '#B6403E'

red 182 ◦ green 64 ◦ blue 62

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

Shades of Medium Carmine #B6403E

Tints of Medium Carmine #B6403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 59.09%
G = 20.78%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6403E (or 0xB6403E) is known color: Medium Carmine. HEX triplet: B6, 40 and 3E. RGB value is (182,64,62). Sum of RGB (Red+Green+Blue) = 182+64+62=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6403E is #49BFC1. Grayscale: #636363. Windows color (decimal): -4833218 or 4079798. OLE color: 4079798.

HSL color Cylindrical-coordinate representation of color #B6403E: hue angle of 1º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6403E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 62 -
CMYK 0 0.65 0.66 0.29
HSL 0.49% 0.48% -
HSV(B) 0.66% 0.71% -
XYZ 21.99 13.96 6.09 -
YUV 99.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 182 64 62 0 0.65 0.66 0.29 1 0.49 0.48
Hex B6 40 3E 0 41 42 1D 1 31 30
Octal 266 100 76 0 101 102 35 1 61 60
Binary 10110110 1000000 111110 0 1000001 1000010 11101 1 110001 110000

Color Harmonies of #B6403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6403E

Black with #B6403E

Text Example


Text Example

White with #B6403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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