Html Css Color HEX #B73C3A Medium Carmine

📋 copy color: '#B73C3A'

red 183 ◦ green 60 ◦ blue 58

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

Shades of Medium Carmine #B73C3A

Tints of Medium Carmine #B73C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 60.8%
G = 19.93%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B73C3A (or 0xB73C3A) is known color: Medium Carmine. HEX triplet: B7, 3C and 3A. RGB value is (183,60,58). Sum of RGB (Red+Green+Blue) = 183+60+58=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C3A is #48C3C5. Grayscale: #606060. Windows color (decimal): -4768710 or 3816631. OLE color: 3816631.

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

Color convert

RGB 183 60 58 -
CMYK 0 0.67 0.68 0.28
HSL 0.96º 0.52% 0.47% -
HSV(B) 0.96º 0.68% 0.72% -
XYZ 21.91 13.6 5.47 -
YUV 96.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 183 60 58 0 0.67 0.68 0.28 0.96 0.52 0.47
Hex B7 3C 3A 0 43 44 1C 1 34 2F
Octal 267 74 72 0 103 104 34 1 64 57
Binary 10110111 111100 111010 0 1000011 1000100 11100 1 110100 101111

Color Harmonies of #B73C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C3A

Black with #B73C3A

Text Example


Text Example

White with #B73C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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