Html Css Color HEX #B74031 Medium Carmine

📋 copy color: '#B74031'

red 183 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #B74031

Tints of Medium Carmine #B74031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

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

R = 61.82%
G = 21.62%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74031 (or 0xB74031) is known color: Medium Carmine. HEX triplet: B7, 40 and 31. RGB value is (183,64,49). Sum of RGB (Red+Green+Blue) = 183+64+49=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B74031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74031 is #48BFCE. Grayscale: #626262. Windows color (decimal): -4767695 or 3227831. OLE color: 3227831.

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

Color convert

RGB 183 64 49 -
CMYK 0 0.65 0.73 0.28
HSL 6.72º 0.58% 0.45% -
HSV(B) 6.72º 0.73% 0.72% -
XYZ 21.92 13.96 4.44 -
YUV 97.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 183 64 49 0 0.65 0.73 0.28 6.72 0.58 0.45
Hex B7 40 31 0 41 49 1C 7 3A 2D
Octal 267 100 61 0 101 111 34 7 72 55
Binary 10110111 1000000 110001 0 1000001 1001001 11100 111 111010 101101

Color Harmonies of #B74031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74031

Black with #B74031

Text Example


Text Example

White with #B74031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74031; }

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

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

background-color css

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

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

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

border-color css

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

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

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