Html Css Color HEX #B53426 Medium Carmine

📋 copy color: '#B53426'

red 181 ◦ green 52 ◦ blue 38

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

Shades of Medium Carmine #B53426

Tints of Medium Carmine #B53426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 66.79%
G = 19.19%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B53426 (or 0xB53426) is known color: Medium Carmine. HEX triplet: B5, 34 and 26. RGB value is (181,52,38). Sum of RGB (Red+Green+Blue) = 181+52+38=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53426 is #4ACBD9. Grayscale: #595959. Windows color (decimal): -4901850 or 2503861. OLE color: 2503861.

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

Color convert

RGB 181 52 38 -
CMYK 0 0.71 0.79 0.29
HSL 5.87º 0.65% 0.43% -
HSV(B) 5.87º 0.79% 0.71% -
XYZ 20.63 12.42 3.14 -
YUV 88.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 181 52 38 0 0.71 0.79 0.29 5.87 0.65 0.43
Hex B5 34 26 0 47 4F 1D 6 41 2B
Octal 265 64 46 0 107 117 35 6 101 53
Binary 10110101 110100 100110 0 1000111 1001111 11101 110 1000001 101011

Color Harmonies of #B53426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53426

Black with #B53426

Text Example


Text Example

White with #B53426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53426; }

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

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

background-color css

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

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

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

border-color css

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

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

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