Html Css Color HEX #B53525 Medium Carmine

📋 copy color: '#B53525'

red 181 ◦ green 53 ◦ blue 37

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

Shades of Medium Carmine #B53525

Tints of Medium Carmine #B53525

RGB

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

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

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

R = 66.79%
G = 19.56%
B = 13.65%

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

#B53525 (or 0xB53525) is known color: Medium Carmine. HEX triplet: B5, 35 and 25. RGB value is (181,53,37). Sum of RGB (Red+Green+Blue) = 181+53+37=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53525 is #4ACADA. Grayscale: #595959. Windows color (decimal): -4901595 or 2438581. OLE color: 2438581.

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

Color convert

RGB 181 53 37 -
CMYK 0 0.71 0.80 0.29
HSL 6.67º 0.66% 0.43% -
HSV(B) 6.67º 0.8% 0.71% -
XYZ 20.66 12.5 3.07 -
YUV 89.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 181 53 37 0 0.71 0.80 0.29 6.67 0.66 0.43
Hex B5 35 25 0 47 50 1D 7 42 2B
Octal 265 65 45 0 107 120 35 7 102 53
Binary 10110101 110101 100101 0 1000111 1010000 11101 111 1000010 101011

Color Harmonies of #B53525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53525

Black with #B53525

Text Example


Text Example

White with #B53525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53525; }

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

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

background-color css

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

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

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

border-color css

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

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

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