Html Css Color HEX #B53328 Medium Carmine

📋 copy color: '#B53328'

red 181 ◦ green 51 ◦ blue 40

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

Shades of Medium Carmine #B53328

Tints of Medium Carmine #B53328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 66.54%
G = 18.75%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B53328 (or 0xB53328) is known color: Medium Carmine. HEX triplet: B5, 33 and 28. RGB value is (181,51,40). Sum of RGB (Red+Green+Blue) = 181+51+40=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B53328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53328 is #4ACCD7. Grayscale: #585858. Windows color (decimal): -4902104 or 2634677. OLE color: 2634677.

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

Color convert

RGB 181 51 40 -
CMYK 0 0.72 0.78 0.29
HSL 4.68º 0.64% 0.43% -
HSV(B) 4.68º 0.78% 0.71% -
XYZ 20.62 12.34 3.3 -
YUV 88.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 181 51 40 0 0.72 0.78 0.29 4.68 0.64 0.43
Hex B5 33 28 0 48 4E 1D 5 40 2B
Octal 265 63 50 0 110 116 35 5 100 53
Binary 10110101 110011 101000 0 1001000 1001110 11101 101 1000000 101011

Color Harmonies of #B53328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53328

Black with #B53328

Text Example


Text Example

White with #B53328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53328; }

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

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

background-color css

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

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

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

border-color css

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

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

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