Html Css Color HEX #B73525 Medium Carmine

📋 copy color: '#B73525'

red 183 ◦ green 53 ◦ blue 37

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

Shades of Medium Carmine #B73525

Tints of Medium Carmine #B73525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 67.03%
G = 19.41%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B73525 (or 0xB73525) is known color: Medium Carmine. HEX triplet: B7, 35 and 25. RGB value is (183,53,37). Sum of RGB (Red+Green+Blue) = 183+53+37=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73525 is #48CADA. Grayscale: #5A5A5A. Windows color (decimal): -4770523 or 2438583. OLE color: 2438583.

HSL color Cylindrical-coordinate representation of color #B73525: hue angle of 6.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B73525 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 37 -
CMYK 0 0.71 0.80 0.28
HSL 6.58º 0.66% 0.43% -
HSV(B) 6.58º 0.8% 0.72% -
XYZ 21.14 12.75 3.1 -
YUV 90.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 183 53 37 0 0.71 0.80 0.28 6.58 0.66 0.43
Hex B7 35 25 0 47 50 1C 7 42 2B
Octal 267 65 45 0 107 120 34 7 102 53
Binary 10110111 110101 100101 0 1000111 1010000 11100 111 1000010 101011

Color Harmonies of #B73525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73525

Black with #B73525

Text Example


Text Example

White with #B73525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73525; }

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

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

background-color css

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

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

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

border-color css

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

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

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