Html Css Color HEX #B73D3A Medium Carmine

📋 copy color: '#B73D3A'

red 183 ◦ green 61 ◦ blue 58

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

Shades of Medium Carmine #B73D3A

Tints of Medium Carmine #B73D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

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

R = 60.6%
G = 20.2%
B = 19.21%

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

#B73D3A (or 0xB73D3A) is known color: Medium Carmine. HEX triplet: B7, 3D and 3A. RGB value is (183,61,58). Sum of RGB (Red+Green+Blue) = 183+61+58=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D3A is #48C2C5. Grayscale: #616161. Windows color (decimal): -4768454 or 3816887. OLE color: 3816887.

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

Color convert

RGB 183 61 58 -
CMYK 0 0.67 0.68 0.28
HSL 1.44º 0.52% 0.47% -
HSV(B) 1.44º 0.68% 0.72% -
XYZ 21.96 13.71 5.49 -
YUV 97.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 183 61 58 0 0.67 0.68 0.28 1.44 0.52 0.47
Hex B7 3D 3A 0 43 44 1C 1 34 2F
Octal 267 75 72 0 103 104 34 1 64 57
Binary 10110111 111101 111010 0 1000011 1000100 11100 1 110100 101111

Color Harmonies of #B73D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D3A

Black with #B73D3A

Text Example


Text Example

White with #B73D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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