Html Css Color HEX #B53428 Medium Carmine

📋 copy color: '#B53428'

red 181 ◦ green 52 ◦ blue 40

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

Shades of Medium Carmine #B53428

Tints of Medium Carmine #B53428

RGB

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

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

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

R = 66.3%
G = 19.05%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B53428 (or 0xB53428) is known color: Medium Carmine. HEX triplet: B5, 34 and 28. RGB value is (181,52,40). Sum of RGB (Red+Green+Blue) = 181+52+40=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B53428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53428 is #4ACBD7. Grayscale: #595959. Windows color (decimal): -4901848 or 2634933. OLE color: 2634933.

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

Color convert

RGB 181 52 40 -
CMYK 0 0.71 0.78 0.29
HSL 5.11º 0.64% 0.43% -
HSV(B) 5.11º 0.78% 0.71% -
XYZ 20.67 12.43 3.32 -
YUV 89.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 181 52 40 0 0.71 0.78 0.29 5.11 0.64 0.43
Hex B5 34 28 0 47 4E 1D 5 40 2B
Octal 265 64 50 0 107 116 35 5 100 53
Binary 10110101 110100 101000 0 1000111 1001110 11101 101 1000000 101011

Color Harmonies of #B53428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53428

Black with #B53428

Text Example


Text Example

White with #B53428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53428; }

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

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

background-color css

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

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

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

border-color css

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

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

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