Html Css Color HEX #B53C34 Medium Carmine

📋 copy color: '#B53C34'

red 181 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #B53C34

Tints of Medium Carmine #B53C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.48%

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 61.77%
G = 20.48%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B53C34 (or 0xB53C34) is known color: Medium Carmine. HEX triplet: B5, 3C and 34. RGB value is (181,60,52). Sum of RGB (Red+Green+Blue) = 181+60+52=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C34 is #4AC3CB. Grayscale: #5F5F5F. Windows color (decimal): -4899788 or 3423413. OLE color: 3423413.

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

Color convert

RGB 181 60 52 -
CMYK 0 0.67 0.71 0.29
HSL 3.72º 0.55% 0.46% -
HSV(B) 3.72º 0.71% 0.71% -
XYZ 21.29 13.3 4.69 -
YUV 95.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 181 60 52 0 0.67 0.71 0.29 3.72 0.55 0.46
Hex B5 3C 34 0 43 47 1D 4 37 2E
Octal 265 74 64 0 103 107 35 4 67 56
Binary 10110101 111100 110100 0 1000011 1000111 11101 100 110111 101110

Color Harmonies of #B53C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C34

Black with #B53C34

Text Example


Text Example

White with #B53C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C34; }

 p { color: rgb(181,60,52); }

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

background-color css

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

 a { background-color: rgb(181,60,52); }

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

border-color css

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

 span { border-color: rgb(181,60,52); }

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