Html Css Color HEX #B73C39 Medium Carmine

📋 copy color: '#B73C39'

red 183 ◦ green 60 ◦ blue 57

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

Shades of Medium Carmine #B73C39

Tints of Medium Carmine #B73C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19%

R = 61%
G = 20%
B = 19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B73C39 (or 0xB73C39) is known color: Medium Carmine. HEX triplet: B7, 3C and 39. RGB value is (183,60,57). Sum of RGB (Red+Green+Blue) = 183+60+57=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C39 is #48C3C6. Grayscale: #606060. Windows color (decimal): -4768711 or 3751095. OLE color: 3751095.

HSL color Cylindrical-coordinate representation of color #B73C39: hue angle of 1.43º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73C39 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 57 -
CMYK 0 0.67 0.69 0.28
HSL 1.43º 0.53% 0.47% -
HSV(B) 1.43º 0.69% 0.72% -
XYZ 21.88 13.59 5.34 -
YUV 96.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 183 60 57 0 0.67 0.69 0.28 1.43 0.53 0.47
Hex B7 3C 39 0 43 45 1C 1 34 2F
Octal 267 74 71 0 103 105 34 1 64 57
Binary 10110111 111100 111001 0 1000011 1000101 11100 1 110100 101111

Color Harmonies of #B73C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C39

Black with #B73C39

Text Example


Text Example

White with #B73C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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