Html Css Color HEX #B73726 Medium Carmine

📋 copy color: '#B73726'

red 183 ◦ green 55 ◦ blue 38

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

Shades of Medium Carmine #B73726

Tints of Medium Carmine #B73726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 66.3%
G = 19.93%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B73726 (or 0xB73726) is known color: Medium Carmine. HEX triplet: B7, 37 and 26. RGB value is (183,55,38). Sum of RGB (Red+Green+Blue) = 183+55+38=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73726 is #48C8D9. Grayscale: #5B5B5B. Windows color (decimal): -4770010 or 2504631. OLE color: 2504631.

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

Color convert

RGB 183 55 38 -
CMYK 0 0.70 0.79 0.28
HSL 7.03º 0.66% 0.43% -
HSV(B) 7.03º 0.79% 0.72% -
XYZ 21.24 12.94 3.21 -
YUV 91.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 183 55 38 0 0.70 0.79 0.28 7.03 0.66 0.43
Hex B7 37 26 0 46 4F 1C 7 42 2B
Octal 267 67 46 0 106 117 34 7 102 53
Binary 10110111 110111 100110 0 1000110 1001111 11100 111 1000010 101011

Color Harmonies of #B73726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73726

Black with #B73726

Text Example


Text Example

White with #B73726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73726; }

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

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

background-color css

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

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

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

border-color css

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

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

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