Html Css Color HEX #B6442B Medium Carmine

📋 copy color: '#B6442B'

red 182 ◦ green 68 ◦ blue 43

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

Shades of Medium Carmine #B6442B

Tints of Medium Carmine #B6442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 62.12%
G = 23.21%
B = 14.68%

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

#B6442B (or 0xB6442B) is known color: Medium Carmine. HEX triplet: B6, 44 and 2B. RGB value is (182,68,43). Sum of RGB (Red+Green+Blue) = 182+68+43=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6442B is #49BBD4. Grayscale: #636363. Windows color (decimal): -4832213 or 2835638. OLE color: 2835638.

HSL color Cylindrical-coordinate representation of color #B6442B: hue angle of 10.79º degrees, saturation: 0.62, 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 #B6442B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 43 -
CMYK 0 0.63 0.76 0.29
HSL 10.79º 0.62% 0.44% -
HSV(B) 10.79º 0.76% 0.71% -
XYZ 21.79 14.25 3.89 -
YUV 99.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 182 68 43 0 0.63 0.76 0.29 10.79 0.62 0.44
Hex B6 44 2B 0 3F 4C 1D B 3E 2C
Octal 266 104 53 0 77 114 35 13 76 54
Binary 10110110 1000100 101011 0 111111 1001100 11101 1011 111110 101100

Color Harmonies of #B6442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6442B

Black with #B6442B

Text Example


Text Example

White with #B6442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6442B; }

 p { color: rgb(182,68,43); }

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

background-color css

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

 a { background-color: rgb(182,68,43); }

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

border-color css

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

 span { border-color: rgb(182,68,43); }

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