Html Css Color HEX #B63525 Medium Carmine

📋 copy color: '#B63525'

red 182 ◦ green 53 ◦ blue 37

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

Shades of Medium Carmine #B63525

Tints of Medium Carmine #B63525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 66.91%
G = 19.49%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B63525 (or 0xB63525) is known color: Medium Carmine. HEX triplet: B6, 35 and 25. RGB value is (182,53,37). Sum of RGB (Red+Green+Blue) = 182+53+37=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63525 is #49CADA. Grayscale: #595959. Windows color (decimal): -4836059 or 2438582. OLE color: 2438582.

HSL color Cylindrical-coordinate representation of color #B63525: hue angle of 6.62º degrees, saturation: 0.66, 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 #B63525 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 37 -
CMYK 0 0.71 0.80 0.29
HSL 6.62º 0.66% 0.43% -
HSV(B) 6.62º 0.8% 0.71% -
XYZ 20.9 12.62 3.09 -
YUV 89.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 182 53 37 0 0.71 0.80 0.29 6.62 0.66 0.43
Hex B6 35 25 0 47 50 1D 7 42 2B
Octal 266 65 45 0 107 120 35 7 102 53
Binary 10110110 110101 100101 0 1000111 1010000 11101 111 1000010 101011

Color Harmonies of #B63525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63525

Black with #B63525

Text Example


Text Example

White with #B63525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63525; }

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

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

background-color css

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

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

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

border-color css

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

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

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