Html Css Color HEX #B73431 Medium Carmine

📋 copy color: '#B73431'

red 183 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #B73431

Tints of Medium Carmine #B73431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 64.44%
G = 18.31%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73431 (or 0xB73431) is known color: Medium Carmine. HEX triplet: B7, 34 and 31. RGB value is (183,52,49). Sum of RGB (Red+Green+Blue) = 183+52+49=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B73431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73431 is #48CBCE. Grayscale: #5A5A5A. Windows color (decimal): -4770767 or 3224759. OLE color: 3224759.

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

Color convert

RGB 183 52 49 -
CMYK 0 0.72 0.73 0.28
HSL 1.34º 0.58% 0.45% -
HSV(B) 1.34º 0.73% 0.72% -
XYZ 21.31 12.75 4.24 -
YUV 90.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 183 52 49 0 0.72 0.73 0.28 1.34 0.58 0.45
Hex B7 34 31 0 48 49 1C 1 3A 2D
Octal 267 64 61 0 110 111 34 1 72 55
Binary 10110111 110100 110001 0 1001000 1001001 11100 1 111010 101101

Color Harmonies of #B73431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73431

Black with #B73431

Text Example


Text Example

White with #B73431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73431; }

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

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

background-color css

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

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

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

border-color css

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

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

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