Html Css Color HEX #B63624 Medium Carmine

📋 copy color: '#B63624'

red 182 ◦ green 54 ◦ blue 36

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

Shades of Medium Carmine #B63624

Tints of Medium Carmine #B63624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 66.91%
G = 19.85%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B63624 (or 0xB63624) is known color: Medium Carmine. HEX triplet: B6, 36 and 24. RGB value is (182,54,36). Sum of RGB (Red+Green+Blue) = 182+54+36=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63624 is #49C9DB. Grayscale: #5A5A5A. Windows color (decimal): -4835804 or 2373302. OLE color: 2373302.

HSL color Cylindrical-coordinate representation of color #B63624: hue angle of 7.4º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B63624 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 36 -
CMYK 0 0.70 0.80 0.29
HSL 7.4º 0.67% 0.43% -
HSV(B) 7.4º 0.8% 0.71% -
XYZ 20.93 12.71 3.02 -
YUV 90.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 182 54 36 0 0.70 0.80 0.29 7.4 0.67 0.43
Hex B6 36 24 0 46 50 1D 7 43 2B
Octal 266 66 44 0 106 120 35 7 103 53
Binary 10110110 110110 100100 0 1000110 1010000 11101 111 1000011 101011

Color Harmonies of #B63624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63624

Black with #B63624

Text Example


Text Example

White with #B63624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63624; }

 p { color: rgb(182,54,36); }

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

background-color css

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

 a { background-color: rgb(182,54,36); }

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

border-color css

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

 span { border-color: rgb(182,54,36); }

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