Html Css Color HEX #B73524 Medium Carmine

📋 copy color: '#B73524'

red 183 ◦ green 53 ◦ blue 36

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

Shades of Medium Carmine #B73524

Tints of Medium Carmine #B73524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 67.28%
G = 19.49%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B73524 (or 0xB73524) is known color: Medium Carmine. HEX triplet: B7, 35 and 24. RGB value is (183,53,36). Sum of RGB (Red+Green+Blue) = 183+53+36=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B73524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73524 is #48CADB. Grayscale: #5A5A5A. Windows color (decimal): -4770524 or 2373047. OLE color: 2373047.

HSL color Cylindrical-coordinate representation of color #B73524: hue angle of 6.94º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B73524 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 36 -
CMYK 0 0.71 0.80 0.28
HSL 6.94º 0.67% 0.43% -
HSV(B) 6.94º 0.8% 0.72% -
XYZ 21.12 12.74 3.02 -
YUV 89.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 183 53 36 0 0.71 0.80 0.28 6.94 0.67 0.43
Hex B7 35 24 0 47 50 1C 7 43 2B
Octal 267 65 44 0 107 120 34 7 103 53
Binary 10110111 110101 100100 0 1000111 1010000 11100 111 1000011 101011

Color Harmonies of #B73524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73524

Black with #B73524

Text Example


Text Example

White with #B73524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73524; }

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

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

background-color css

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

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

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

border-color css

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

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

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