Html Css Color HEX #B53928 Medium Carmine

📋 copy color: '#B53928'

red 181 ◦ green 57 ◦ blue 40

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

Shades of Medium Carmine #B53928

Tints of Medium Carmine #B53928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 65.11%
G = 20.5%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B53928 (or 0xB53928) is known color: Medium Carmine. HEX triplet: B5, 39 and 28. RGB value is (181,57,40). Sum of RGB (Red+Green+Blue) = 181+57+40=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B53928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53928 is #4AC6D7. Grayscale: #5C5C5C. Windows color (decimal): -4900568 or 2636213. OLE color: 2636213.

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

Color convert

RGB 181 57 40 -
CMYK 0 0.69 0.78 0.29
HSL 7.23º 0.64% 0.43% -
HSV(B) 7.23º 0.78% 0.71% -
XYZ 20.9 12.9 3.4 -
YUV 92.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 181 57 40 0 0.69 0.78 0.29 7.23 0.64 0.43
Hex B5 39 28 0 45 4E 1D 7 40 2B
Octal 265 71 50 0 105 116 35 7 100 53
Binary 10110101 111001 101000 0 1000101 1001110 11101 111 1000000 101011

Color Harmonies of #B53928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53928

Black with #B53928

Text Example


Text Example

White with #B53928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53928; }

 p { color: rgb(181,57,40); }

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

background-color css

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

 a { background-color: rgb(181,57,40); }

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

border-color css

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

 span { border-color: rgb(181,57,40); }

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