Html Css Color HEX #B73C38 Medium Carmine

📋 copy color: '#B73C38'

red 183 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #B73C38

Tints of Medium Carmine #B73C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 61.2%
G = 20.07%
B = 18.73%

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

#B73C38 (or 0xB73C38) is known color: Medium Carmine. HEX triplet: B7, 3C and 38. RGB value is (183,60,56). Sum of RGB (Red+Green+Blue) = 183+60+56=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C38 is #48C3C7. Grayscale: #606060. Windows color (decimal): -4768712 or 3685559. OLE color: 3685559.

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

Color convert

RGB 183 60 56 -
CMYK 0 0.67 0.69 0.28
HSL 1.89º 0.53% 0.47% -
HSV(B) 1.89º 0.69% 0.72% -
XYZ 21.86 13.58 5.21 -
YUV 96.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 183 60 56 0 0.67 0.69 0.28 1.89 0.53 0.47
Hex B7 3C 38 0 43 45 1C 2 35 2F
Octal 267 74 70 0 103 105 34 2 65 57
Binary 10110111 111100 111000 0 1000011 1000101 11100 10 110101 101111

Color Harmonies of #B73C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C38

Black with #B73C38

Text Example


Text Example

White with #B73C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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