Html Css Color HEX #B74231 Medium Carmine

📋 copy color: '#B74231'

red 183 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #B74231

Tints of Medium Carmine #B74231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 61.41%
G = 22.15%
B = 16.44%

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

#B74231 (or 0xB74231) is known color: Medium Carmine. HEX triplet: B7, 42 and 31. RGB value is (183,66,49). Sum of RGB (Red+Green+Blue) = 183+66+49=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B74231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74231 is #48BDCE. Grayscale: #636363. Windows color (decimal): -4767183 or 3228343. OLE color: 3228343.

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

Color convert

RGB 183 66 49 -
CMYK 0 0.64 0.73 0.28
HSL 7.61º 0.58% 0.45% -
HSV(B) 7.61º 0.73% 0.72% -
XYZ 22.03 14.19 4.48 -
YUV 99.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 183 66 49 0 0.64 0.73 0.28 7.61 0.58 0.45
Hex B7 42 31 0 40 49 1C 8 3A 2D
Octal 267 102 61 0 100 111 34 10 72 55
Binary 10110111 1000010 110001 0 1000000 1001001 11100 1000 111010 101101

Color Harmonies of #B74231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74231

Black with #B74231

Text Example


Text Example

White with #B74231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74231; }

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

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

background-color css

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

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

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

border-color css

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

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

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