Html Css Color HEX #B6413D Medium Carmine

📋 copy color: '#B6413D'

red 182 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #B6413D

Tints of Medium Carmine #B6413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 59.09%
G = 21.1%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6413D (or 0xB6413D) is known color: Medium Carmine. HEX triplet: B6, 41 and 3D. RGB value is (182,65,61). Sum of RGB (Red+Green+Blue) = 182+65+61=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6413D is #49BEC2. Grayscale: #636363. Windows color (decimal): -4832963 or 4014518. OLE color: 4014518.

HSL color Cylindrical-coordinate representation of color #B6413D: hue angle of 1.98º degrees, saturation: 0.5, 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 #B6413D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 61 -
CMYK 0 0.64 0.66 0.29
HSL 1.98º 0.5% 0.48% -
HSV(B) 1.98º 0.66% 0.71% -
XYZ 22.02 14.06 5.97 -
YUV 99.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 182 65 61 0 0.64 0.66 0.29 1.98 0.5 0.48
Hex B6 41 3D 0 40 42 1D 2 32 30
Octal 266 101 75 0 100 102 35 2 62 60
Binary 10110110 1000001 111101 0 1000000 1000010 11101 10 110010 110000

Color Harmonies of #B6413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6413D

Black with #B6413D

Text Example


Text Example

White with #B6413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6413D; }

 p { color: rgb(182,65,61); }

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

background-color css

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

 a { background-color: rgb(182,65,61); }

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

border-color css

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

 span { border-color: rgb(182,65,61); }

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