Html Css Color HEX #B53725 Medium Carmine

📋 copy color: '#B53725'

red 181 ◦ green 55 ◦ blue 37

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

Shades of Medium Carmine #B53725

Tints of Medium Carmine #B53725

RGB

 RED value IS 181 (71.09% from 255) = 66.3%

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 66.3%
G = 20.15%
B = 13.55%

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

#B53725 (or 0xB53725) is known color: Medium Carmine. HEX triplet: B5, 37 and 25. RGB value is (181,55,37). Sum of RGB (Red+Green+Blue) = 181+55+37=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B53725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53725 is #4AC8DA. Grayscale: #5A5A5A. Windows color (decimal): -4901083 or 2439093. OLE color: 2439093.

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

Color convert

RGB 181 55 37 -
CMYK 0 0.70 0.80 0.29
HSL 7.5º 0.66% 0.43% -
HSV(B) 7.5º 0.8% 0.71% -
XYZ 20.76 12.69 3.11 -
YUV 90.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 181 55 37 0 0.70 0.80 0.29 7.5 0.66 0.43
Hex B5 37 25 0 46 50 1D 8 42 2B
Octal 265 67 45 0 106 120 35 10 102 53
Binary 10110101 110111 100101 0 1000110 1010000 11101 1000 1000010 101011

Color Harmonies of #B53725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53725

Black with #B53725

Text Example


Text Example

White with #B53725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53725; }

 p { color: rgb(181,55,37); }

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

background-color css

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

 a { background-color: rgb(181,55,37); }

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

border-color css

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

 span { border-color: rgb(181,55,37); }

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