Html Css Color HEX #B74232 Medium Carmine

📋 copy color: '#B74232'

red 183 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #B74232

Tints of Medium Carmine #B74232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 61.2%
G = 22.07%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74232 (or 0xB74232) is known color: Medium Carmine. HEX triplet: B7, 42 and 32. RGB value is (183,66,50). Sum of RGB (Red+Green+Blue) = 183+66+50=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B74232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74232 is #48BDCD. Grayscale: #636363. Windows color (decimal): -4767182 or 3293879. OLE color: 3293879.

HSL color Cylindrical-coordinate representation of color #B74232: hue angle of 7.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74232 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 50 -
CMYK 0 0.64 0.73 0.28
HSL 7.22º 0.57% 0.46% -
HSV(B) 7.22º 0.73% 0.72% -
XYZ 22.05 14.19 4.6 -
YUV 99.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 183 66 50 0 0.64 0.73 0.28 7.22 0.57 0.46
Hex B7 42 32 0 40 49 1C 7 39 2E
Octal 267 102 62 0 100 111 34 7 71 56
Binary 10110111 1000010 110010 0 1000000 1001001 11100 111 111001 101110

Color Harmonies of #B74232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74232

Black with #B74232

Text Example


Text Example

White with #B74232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74232; }

 p { color: rgb(183,66,50); }

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

background-color css

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

 a { background-color: rgb(183,66,50); }

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

border-color css

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

 span { border-color: rgb(183,66,50); }

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