Html Css Color HEX #B73C24 Medium Carmine

📋 copy color: '#B73C24'

red 183 ◦ green 60 ◦ blue 36

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

Shades of Medium Carmine #B73C24

Tints of Medium Carmine #B73C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

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

R = 65.59%
G = 21.51%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B73C24 (or 0xB73C24) is known color: Medium Carmine. HEX triplet: B7, 3C and 24. RGB value is (183,60,36). Sum of RGB (Red+Green+Blue) = 183+60+36=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C24 is #48C3DB. Grayscale: #5E5E5E. Windows color (decimal): -4768732 or 2374839. OLE color: 2374839.

HSL color Cylindrical-coordinate representation of color #B73C24: hue angle of 9.8º 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 #B73C24 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 36 -
CMYK 0 0.67 0.80 0.28
HSL 9.8º 0.67% 0.43% -
HSV(B) 9.8º 0.8% 0.72% -
XYZ 21.46 13.43 3.13 -
YUV 94.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 183 60 36 0 0.67 0.80 0.28 9.8 0.67 0.43
Hex B7 3C 24 0 43 50 1C A 43 2B
Octal 267 74 44 0 103 120 34 12 103 53
Binary 10110111 111100 100100 0 1000011 1010000 11100 1010 1000011 101011

Color Harmonies of #B73C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C24

Black with #B73C24

Text Example


Text Example

White with #B73C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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