Html Css Color HEX #B6452C Medium Carmine

📋 copy color: '#B6452C'

red 182 ◦ green 69 ◦ blue 44

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

Shades of Medium Carmine #B6452C

Tints of Medium Carmine #B6452C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 61.69%
G = 23.39%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6452C (or 0xB6452C) is known color: Medium Carmine. HEX triplet: B6, 45 and 2C. RGB value is (182,69,44). Sum of RGB (Red+Green+Blue) = 182+69+44=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B6452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6452C is #49BAD3. Grayscale: #646464. Windows color (decimal): -4831956 or 2901430. OLE color: 2901430.

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

Color convert

RGB 182 69 44 -
CMYK 0 0.62 0.76 0.29
HSL 10.87º 0.61% 0.44% -
HSV(B) 10.87º 0.76% 0.71% -
XYZ 21.87 14.38 4.01 -
YUV 99.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 182 69 44 0 0.62 0.76 0.29 10.87 0.61 0.44
Hex B6 45 2C 0 3E 4C 1D B 3D 2C
Octal 266 105 54 0 76 114 35 13 75 54
Binary 10110110 1000101 101100 0 111110 1001100 11101 1011 111101 101100

Color Harmonies of #B6452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6452C

Black with #B6452C

Text Example


Text Example

White with #B6452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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