Html Css Color HEX #B73527 Medium Carmine

📋 copy color: '#B73527'

red 183 ◦ green 53 ◦ blue 39

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

Shades of Medium Carmine #B73527

Tints of Medium Carmine #B73527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 66.55%
G = 19.27%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B73527 (or 0xB73527) is known color: Medium Carmine. HEX triplet: B7, 35 and 27. RGB value is (183,53,39). Sum of RGB (Red+Green+Blue) = 183+53+39=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73527 is #48CAD8. Grayscale: #5A5A5A. Windows color (decimal): -4770521 or 2569655. OLE color: 2569655.

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

Color convert

RGB 183 53 39 -
CMYK 0 0.71 0.79 0.28
HSL 5.83º 0.65% 0.44% -
HSV(B) 5.83º 0.79% 0.72% -
XYZ 21.17 12.76 3.27 -
YUV 90.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 183 53 39 0 0.71 0.79 0.28 5.83 0.65 0.44
Hex B7 35 27 0 47 4F 1C 6 41 2C
Octal 267 65 47 0 107 117 34 6 101 54
Binary 10110111 110101 100111 0 1000111 1001111 11100 110 1000001 101100

Color Harmonies of #B73527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73527

Black with #B73527

Text Example


Text Example

White with #B73527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73527; }

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

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

background-color css

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

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

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

border-color css

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

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

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