Html Css Color HEX #B73528 Medium Carmine

📋 copy color: '#B73528'

red 183 ◦ green 53 ◦ blue 40

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

Shades of Medium Carmine #B73528

Tints of Medium Carmine #B73528

RGB

 RED value IS 183 (71.88% from 255) = 66.3%

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 66.3%
G = 19.2%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73528 (or 0xB73528) is known color: Medium Carmine. HEX triplet: B7, 35 and 28. RGB value is (183,53,40). Sum of RGB (Red+Green+Blue) = 183+53+40=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73528 is #48CAD7. Grayscale: #5A5A5A. Windows color (decimal): -4770520 or 2635191. OLE color: 2635191.

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

Color convert

RGB 183 53 40 -
CMYK 0 0.71 0.78 0.28
HSL 5.45º 0.64% 0.44% -
HSV(B) 5.45º 0.78% 0.72% -
XYZ 21.18 12.77 3.36 -
YUV 90.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 183 53 40 0 0.71 0.78 0.28 5.45 0.64 0.44
Hex B7 35 28 0 47 4E 1C 5 40 2C
Octal 267 65 50 0 107 116 34 5 100 54
Binary 10110111 110101 101000 0 1000111 1001110 11100 101 1000000 101100

Color Harmonies of #B73528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73528

Black with #B73528

Text Example


Text Example

White with #B73528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73528; }

 p { color: rgb(183,53,40); }

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

background-color css

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

 a { background-color: rgb(183,53,40); }

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

border-color css

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

 span { border-color: rgb(183,53,40); }

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