Html Css Color HEX #B73130 Medium Carmine

📋 copy color: '#B73130'

red 183 ◦ green 49 ◦ blue 48

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

Shades of Medium Carmine #B73130

Tints of Medium Carmine #B73130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 65.36%
G = 17.5%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B73130 (or 0xB73130) is known color: Medium Carmine. HEX triplet: B7, 31 and 30. RGB value is (183,49,48). Sum of RGB (Red+Green+Blue) = 183+49+48=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B73130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73130 is #48CECF. Grayscale: #595959. Windows color (decimal): -4771536 or 3158455. OLE color: 3158455.

HSL color Cylindrical-coordinate representation of color #B73130: hue angle of 0.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73130 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 48 -
CMYK 0 0.73 0.74 0.28
HSL 0.44º 0.58% 0.45% -
HSV(B) 0.44º 0.74% 0.72% -
XYZ 21.16 12.48 4.09 -
YUV 88.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 183 49 48 0 0.73 0.74 0.28 0.44 0.58 0.45
Hex B7 31 30 0 49 4A 1C 0 3A 2D
Octal 267 61 60 0 111 112 34 0 72 55
Binary 10110111 110001 110000 0 1001001 1001010 11100 0 111010 101101

Color Harmonies of #B73130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73130

Black with #B73130

Text Example


Text Example

White with #B73130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73130; }

 p { color: rgb(183,49,48); }

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

background-color css

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

 a { background-color: rgb(183,49,48); }

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

border-color css

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

 span { border-color: rgb(183,49,48); }

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