Html Css Color HEX #B6432C Medium Carmine

📋 copy color: '#B6432C'

red 182 ◦ green 67 ◦ blue 44

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

Shades of Medium Carmine #B6432C

Tints of Medium Carmine #B6432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 62.12%
G = 22.87%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6432C (or 0xB6432C) is known color: Medium Carmine. HEX triplet: B6, 43 and 2C. RGB value is (182,67,44). Sum of RGB (Red+Green+Blue) = 182+67+44=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6432C is #49BCD3. Grayscale: #626262. Windows color (decimal): -4832468 or 2900918. OLE color: 2900918.

HSL color Cylindrical-coordinate representation of color #B6432C: hue angle of 10º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6432C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 44 -
CMYK 0 0.63 0.76 0.29
HSL 10º 0.61% 0.44% -
HSV(B) 10º 0.76% 0.71% -
XYZ 21.75 14.14 3.97 -
YUV 98.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 182 67 44 0 0.63 0.76 0.29 10 0.61 0.44
Hex B6 43 2C 0 3F 4C 1D A 3D 2C
Octal 266 103 54 0 77 114 35 12 75 54
Binary 10110110 1000011 101100 0 111111 1001100 11101 1010 111101 101100

Color Harmonies of #B6432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6432C

Black with #B6432C

Text Example


Text Example

White with #B6432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6432C; }

 p { color: rgb(182,67,44); }

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

background-color css

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

 a { background-color: rgb(182,67,44); }

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

border-color css

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

 span { border-color: rgb(182,67,44); }

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