Html Css Color HEX #B04128 Medium Carmine

📋 copy color: '#B04128'

red 176 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #B04128

Tints of Medium Carmine #B04128

RGB

 RED value IS 176 (69.14% from 255) = 62.63%

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

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

R = 62.63%
G = 23.13%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B04128 (or 0xB04128) is known color: Medium Carmine. HEX triplet: B0, 41 and 28. RGB value is (176,65,40). Sum of RGB (Red+Green+Blue) = 176+65+40=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B04128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04128 is #4FBED7. Grayscale: #5F5F5F. Windows color (decimal): -5226200 or 2638256. OLE color: 2638256.

HSL color Cylindrical-coordinate representation of color #B04128: hue angle of 11.03º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B04128 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 40 -
CMYK 0 0.63 0.77 0.31
HSL 11.03º 0.63% 0.42% -
HSV(B) 11.03º 0.77% 0.69% -
XYZ 20.18 13.16 3.48 -
YUV 95.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 176 65 40 0 0.63 0.77 0.31 11.03 0.63 0.42
Hex B0 41 28 0 3F 4D 1F B 3F 2A
Octal 260 101 50 0 77 115 37 13 77 52
Binary 10110000 1000001 101000 0 111111 1001101 11111 1011 111111 101010

Color Harmonies of #B04128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04128

Black with #B04128

Text Example


Text Example

White with #B04128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04128; }

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

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

background-color css

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

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

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

border-color css

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

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

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