Html Css Color HEX #B6422D Medium Carmine

📋 copy color: '#B6422D'

red 182 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #B6422D

Tints of Medium Carmine #B6422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

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

R = 62.12%
G = 22.53%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6422D (or 0xB6422D) is known color: Medium Carmine. HEX triplet: B6, 42 and 2D. RGB value is (182,66,45). Sum of RGB (Red+Green+Blue) = 182+66+45=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6422D is #49BDD2. Grayscale: #626262. Windows color (decimal): -4832723 or 2966198. OLE color: 2966198.

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

Color convert

RGB 182 66 45 -
CMYK 0 0.64 0.75 0.29
HSL 9.2º 0.6% 0.45% -
HSV(B) 9.2º 0.75% 0.71% -
XYZ 21.71 14.03 4.05 -
YUV 98.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 182 66 45 0 0.64 0.75 0.29 9.2 0.6 0.45
Hex B6 42 2D 0 40 4B 1D 9 3C 2D
Octal 266 102 55 0 100 113 35 11 74 55
Binary 10110110 1000010 101101 0 1000000 1001011 11101 1001 111100 101101

Color Harmonies of #B6422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6422D

Black with #B6422D

Text Example


Text Example

White with #B6422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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