Html Css Color HEX #B53E35 Medium Carmine

📋 copy color: '#B53E35'

red 181 ◦ green 62 ◦ blue 53

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

Shades of Medium Carmine #B53E35

Tints of Medium Carmine #B53E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.95%

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 61.15%
G = 20.95%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B53E35 (or 0xB53E35) is known color: Medium Carmine. HEX triplet: B5, 3E and 35. RGB value is (181,62,53). Sum of RGB (Red+Green+Blue) = 181+62+53=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E35 is #4AC1CA. Grayscale: #606060. Windows color (decimal): -4899275 or 3489461. OLE color: 3489461.

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

Color convert

RGB 181 62 53 -
CMYK 0 0.66 0.71 0.29
HSL 4.22º 0.55% 0.46% -
HSV(B) 4.22º 0.71% 0.71% -
XYZ 21.42 13.53 4.85 -
YUV 96.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 181 62 53 0 0.66 0.71 0.29 4.22 0.55 0.46
Hex B5 3E 35 0 42 47 1D 4 37 2E
Octal 265 76 65 0 102 107 35 4 67 56
Binary 10110101 111110 110101 0 1000010 1000111 11101 100 110111 101110

Color Harmonies of #B53E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E35

Black with #B53E35

Text Example


Text Example

White with #B53E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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