Html Css Color HEX #B04029 Medium Carmine

📋 copy color: '#B04029'

red 176 ◦ green 64 ◦ blue 41

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

Shades of Medium Carmine #B04029

Tints of Medium Carmine #B04029

RGB

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

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

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

R = 62.63%
G = 22.78%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B04029 (or 0xB04029) is known color: Medium Carmine. HEX triplet: B0, 40 and 29. RGB value is (176,64,41). Sum of RGB (Red+Green+Blue) = 176+64+41=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B04029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04029 is #4FBFD6. Grayscale: #5F5F5F. Windows color (decimal): -5226455 or 2703536. OLE color: 2703536.

HSL color Cylindrical-coordinate representation of color #B04029: hue angle of 10.22º 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 #B04029 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 41 -
CMYK 0 0.64 0.77 0.31
HSL 10.22º 0.62% 0.43% -
HSV(B) 10.22º 0.77% 0.69% -
XYZ 20.14 13.06 3.56 -
YUV 94.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 176 64 41 0 0.64 0.77 0.31 10.22 0.62 0.43
Hex B0 40 29 0 40 4D 1F A 3E 2B
Octal 260 100 51 0 100 115 37 12 76 53
Binary 10110000 1000000 101001 0 1000000 1001101 11111 1010 111110 101011

Color Harmonies of #B04029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04029

Black with #B04029

Text Example


Text Example

White with #B04029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04029; }

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

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

background-color css

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

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

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

border-color css

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

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

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