Html Css Color HEX #B73531 Medium Carmine

📋 copy color: '#B73531'

red 183 ◦ green 53 ◦ blue 49

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

Shades of Medium Carmine #B73531

Tints of Medium Carmine #B73531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

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

R = 64.21%
G = 18.6%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73531 (or 0xB73531) is known color: Medium Carmine. HEX triplet: B7, 35 and 31. RGB value is (183,53,49). Sum of RGB (Red+Green+Blue) = 183+53+49=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B73531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73531 is #48CACE. Grayscale: #5B5B5B. Windows color (decimal): -4770511 or 3225015. OLE color: 3225015.

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

Color convert

RGB 183 53 49 -
CMYK 0 0.71 0.73 0.28
HSL 1.79º 0.58% 0.45% -
HSV(B) 1.79º 0.73% 0.72% -
XYZ 21.36 12.84 4.26 -
YUV 91.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 183 53 49 0 0.71 0.73 0.28 1.79 0.58 0.45
Hex B7 35 31 0 47 49 1C 2 3A 2D
Octal 267 65 61 0 107 111 34 2 72 55
Binary 10110111 110101 110001 0 1000111 1001001 11100 10 111010 101101

Color Harmonies of #B73531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73531

Black with #B73531

Text Example


Text Example

White with #B73531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73531; }

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

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

background-color css

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

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

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

border-color css

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

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

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