Html Css Color HEX #B53E26 Medium Carmine

📋 copy color: '#B53E26'

red 181 ◦ green 62 ◦ blue 38

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

Shades of Medium Carmine #B53E26

Tints of Medium Carmine #B53E26

RGB

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

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

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

R = 64.41%
G = 22.06%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B53E26 (or 0xB53E26) is known color: Medium Carmine. HEX triplet: B5, 3E and 26. RGB value is (181,62,38). Sum of RGB (Red+Green+Blue) = 181+62+38=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E26 is #4AC1D9. Grayscale: #5F5F5F. Windows color (decimal): -4899290 or 2506421. OLE color: 2506421.

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

Color convert

RGB 181 62 38 -
CMYK 0 0.66 0.79 0.29
HSL 10.07º 0.65% 0.43% -
HSV(B) 10.07º 0.79% 0.71% -
XYZ 21.13 13.41 3.31 -
YUV 94.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 181 62 38 0 0.66 0.79 0.29 10.07 0.65 0.43
Hex B5 3E 26 0 42 4F 1D A 41 2B
Octal 265 76 46 0 102 117 35 12 101 53
Binary 10110101 111110 100110 0 1000010 1001111 11101 1010 1000001 101011

Color Harmonies of #B53E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E26

Black with #B53E26

Text Example


Text Example

White with #B53E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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