Html Css Color HEX #B6402D Medium Carmine

📋 copy color: '#B6402D'

red 182 ◦ green 64 ◦ blue 45

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

Shades of Medium Carmine #B6402D

Tints of Medium Carmine #B6402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 62.54%
G = 21.99%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6402D (or 0xB6402D) is known color: Medium Carmine. HEX triplet: B6, 40 and 2D. RGB value is (182,64,45). Sum of RGB (Red+Green+Blue) = 182+64+45=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B6402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6402D is #49BFD2. Grayscale: #616161. Windows color (decimal): -4833235 or 2965686. OLE color: 2965686.

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

Color convert

RGB 182 64 45 -
CMYK 0 0.65 0.75 0.29
HSL 8.32º 0.6% 0.45% -
HSV(B) 8.32º 0.75% 0.71% -
XYZ 21.6 13.8 4.01 -
YUV 97.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 182 64 45 0 0.65 0.75 0.29 8.32 0.6 0.45
Hex B6 40 2D 0 41 4B 1D 8 3C 2D
Octal 266 100 55 0 101 113 35 10 74 55
Binary 10110110 1000000 101101 0 1000001 1001011 11101 1000 111100 101101

Color Harmonies of #B6402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6402D

Black with #B6402D

Text Example


Text Example

White with #B6402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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