Html Css Color HEX #B53A23 Medium Carmine

📋 copy color: '#B53A23'

red 181 ◦ green 58 ◦ blue 35

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

Shades of Medium Carmine #B53A23

Tints of Medium Carmine #B53A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 66.06%
G = 21.17%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B53A23 (or 0xB53A23) is known color: Medium Carmine. HEX triplet: B5, 3A and 23. RGB value is (181,58,35). Sum of RGB (Red+Green+Blue) = 181+58+35=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A23 is #4AC5DC. Grayscale: #5C5C5C. Windows color (decimal): -4900317 or 2308789. OLE color: 2308789.

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

Color convert

RGB 181 58 35 -
CMYK 0 0.68 0.81 0.29
HSL 9.45º 0.68% 0.42% -
HSV(B) 9.45º 0.81% 0.71% -
XYZ 20.87 12.97 2.99 -
YUV 92.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 181 58 35 0 0.68 0.81 0.29 9.45 0.68 0.42
Hex B5 3A 23 0 44 51 1D 9 44 2A
Octal 265 72 43 0 104 121 35 11 104 52
Binary 10110101 111010 100011 0 1000100 1010001 11101 1001 1000100 101010

Color Harmonies of #B53A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A23

Black with #B53A23

Text Example


Text Example

White with #B53A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A23; }

 p { color: rgb(181,58,35); }

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

background-color css

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

 a { background-color: rgb(181,58,35); }

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

border-color css

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

 span { border-color: rgb(181,58,35); }

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