Html Css Color HEX #B53429 Medium Carmine

📋 copy color: '#B53429'

red 181 ◦ green 52 ◦ blue 41

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

Shades of Medium Carmine #B53429

Tints of Medium Carmine #B53429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 66.06%
G = 18.98%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53429 (or 0xB53429) is known color: Medium Carmine. HEX triplet: B5, 34 and 29. RGB value is (181,52,41). Sum of RGB (Red+Green+Blue) = 181+52+41=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B53429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53429 is #4ACBD6. Grayscale: #595959. Windows color (decimal): -4901847 or 2700469. OLE color: 2700469.

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

Color convert

RGB 181 52 41 -
CMYK 0 0.71 0.77 0.29
HSL 4.71º 0.63% 0.44% -
HSV(B) 4.71º 0.77% 0.71% -
XYZ 20.68 12.44 3.41 -
YUV 89.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 181 52 41 0 0.71 0.77 0.29 4.71 0.63 0.44
Hex B5 34 29 0 47 4D 1D 5 3F 2C
Octal 265 64 51 0 107 115 35 5 77 54
Binary 10110101 110100 101001 0 1000111 1001101 11101 101 111111 101100

Color Harmonies of #B53429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53429

Black with #B53429

Text Example


Text Example

White with #B53429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53429; }

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

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

background-color css

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

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

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

border-color css

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

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

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