Html Css Color HEX #B73526 Medium Carmine

📋 copy color: '#B73526'

red 183 ◦ green 53 ◦ blue 38

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

Shades of Medium Carmine #B73526

Tints of Medium Carmine #B73526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 66.79%
G = 19.34%
B = 13.87%

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

#B73526 (or 0xB73526) is known color: Medium Carmine. HEX triplet: B7, 35 and 26. RGB value is (183,53,38). Sum of RGB (Red+Green+Blue) = 183+53+38=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B73526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73526 is #48CAD9. Grayscale: #5A5A5A. Windows color (decimal): -4770522 or 2504119. OLE color: 2504119.

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

Color convert

RGB 183 53 38 -
CMYK 0 0.71 0.79 0.28
HSL 6.21º 0.66% 0.43% -
HSV(B) 6.21º 0.79% 0.72% -
XYZ 21.15 12.75 3.18 -
YUV 90.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 183 53 38 0 0.71 0.79 0.28 6.21 0.66 0.43
Hex B7 35 26 0 47 4F 1C 6 42 2B
Octal 267 65 46 0 107 117 34 6 102 53
Binary 10110111 110101 100110 0 1000111 1001111 11100 110 1000010 101011

Color Harmonies of #B73526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73526

Black with #B73526

Text Example


Text Example

White with #B73526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73526; }

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

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

background-color css

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

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

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

border-color css

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

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

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