Html Css Color HEX #B04129 Medium Carmine

📋 copy color: '#B04129'

red 176 ◦ green 65 ◦ blue 41

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

Shades of Medium Carmine #B04129

Tints of Medium Carmine #B04129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 62.41%
G = 23.05%
B = 14.54%

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

#B04129 (or 0xB04129) is known color: Medium Carmine. HEX triplet: B0, 41 and 29. RGB value is (176,65,41). Sum of RGB (Red+Green+Blue) = 176+65+41=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B04129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04129 is #4FBED6. Grayscale: #5F5F5F. Windows color (decimal): -5226199 or 2703792. OLE color: 2703792.

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

Color convert

RGB 176 65 41 -
CMYK 0 0.63 0.77 0.31
HSL 10.67º 0.62% 0.43% -
HSV(B) 10.67º 0.77% 0.69% -
XYZ 20.2 13.17 3.58 -
YUV 95.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 176 65 41 0 0.63 0.77 0.31 10.67 0.62 0.43
Hex B0 41 29 0 3F 4D 1F B 3E 2B
Octal 260 101 51 0 77 115 37 13 76 53
Binary 10110000 1000001 101001 0 111111 1001101 11111 1011 111110 101011

Color Harmonies of #B04129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04129

Black with #B04129

Text Example


Text Example

White with #B04129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04129; }

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

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

background-color css

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

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

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

border-color css

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

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

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