Html Css Color HEX #B74128 Medium Carmine

📋 copy color: '#B74128'

red 183 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #B74128

Tints of Medium Carmine #B74128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 63.54%
G = 22.57%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B74128 (or 0xB74128) is known color: Medium Carmine. HEX triplet: B7, 41 and 28. RGB value is (183,65,40). Sum of RGB (Red+Green+Blue) = 183+65+40=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B74128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74128 is #48BED7. Grayscale: #616161. Windows color (decimal): -4767448 or 2638263. OLE color: 2638263.

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

Color convert

RGB 183 65 40 -
CMYK 0 0.64 0.78 0.28
HSL 10.49º 0.64% 0.44% -
HSV(B) 10.49º 0.78% 0.72% -
XYZ 21.8 14 3.56 -
YUV 97.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 183 65 40 0 0.64 0.78 0.28 10.49 0.64 0.44
Hex B7 41 28 0 40 4E 1C A 40 2C
Octal 267 101 50 0 100 116 34 12 100 54
Binary 10110111 1000001 101000 0 1000000 1001110 11100 1010 1000000 101100

Color Harmonies of #B74128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74128

Black with #B74128

Text Example


Text Example

White with #B74128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74128; }

 p { color: rgb(183,65,40); }

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

background-color css

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

 a { background-color: rgb(183,65,40); }

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

border-color css

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

 span { border-color: rgb(183,65,40); }

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