Html Css Color HEX #B74331 Medium Carmine

📋 copy color: '#B74331'

red 183 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #B74331

Tints of Medium Carmine #B74331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 61.2%
G = 22.41%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74331 (or 0xB74331) is known color: Medium Carmine. HEX triplet: B7, 43 and 31. RGB value is (183,67,49). Sum of RGB (Red+Green+Blue) = 183+67+49=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B74331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74331 is #48BCCE. Grayscale: #636363. Windows color (decimal): -4766927 or 3228599. OLE color: 3228599.

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

Color convert

RGB 183 67 49 -
CMYK 0 0.63 0.73 0.28
HSL 8.06º 0.58% 0.45% -
HSV(B) 8.06º 0.73% 0.72% -
XYZ 22.09 14.3 4.5 -
YUV 99.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 183 67 49 0 0.63 0.73 0.28 8.06 0.58 0.45
Hex B7 43 31 0 3F 49 1C 8 3A 2D
Octal 267 103 61 0 77 111 34 10 72 55
Binary 10110111 1000011 110001 0 111111 1001001 11100 1000 111010 101101

Color Harmonies of #B74331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74331

Black with #B74331

Text Example


Text Example

White with #B74331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74331; }

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

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

background-color css

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

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

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

border-color css

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

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

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