Html Css Color HEX #B63528 Medium Carmine

📋 copy color: '#B63528'

red 182 ◦ green 53 ◦ blue 40

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

Shades of Medium Carmine #B63528

Tints of Medium Carmine #B63528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 66.18%
G = 19.27%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63528 (or 0xB63528) is known color: Medium Carmine. HEX triplet: B6, 35 and 28. RGB value is (182,53,40). Sum of RGB (Red+Green+Blue) = 182+53+40=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B63528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63528 is #49CAD7. Grayscale: #5A5A5A. Windows color (decimal): -4836056 or 2635190. OLE color: 2635190.

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

Color convert

RGB 182 53 40 -
CMYK 0 0.71 0.78 0.29
HSL 5.49º 0.64% 0.44% -
HSV(B) 5.49º 0.78% 0.71% -
XYZ 20.95 12.64 3.34 -
YUV 90.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 182 53 40 0 0.71 0.78 0.29 5.49 0.64 0.44
Hex B6 35 28 0 47 4E 1D 5 40 2C
Octal 266 65 50 0 107 116 35 5 100 54
Binary 10110110 110101 101000 0 1000111 1001110 11101 101 1000000 101100

Color Harmonies of #B63528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63528

Black with #B63528

Text Example


Text Example

White with #B63528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63528; }

 p { color: rgb(182,53,40); }

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

background-color css

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

 a { background-color: rgb(182,53,40); }

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

border-color css

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

 span { border-color: rgb(182,53,40); }

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