Html Css Color HEX #B04236 Medium Carmine

📋 copy color: '#B04236'

red 176 ◦ green 66 ◦ blue 54

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

Shades of Medium Carmine #B04236

Tints of Medium Carmine #B04236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 59.46%
G = 22.3%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B04236 (or 0xB04236) is known color: Medium Carmine. HEX triplet: B0, 42 and 36. RGB value is (176,66,54). Sum of RGB (Red+Green+Blue) = 176+66+54=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04236 is #4FBDC9. Grayscale: #616161. Windows color (decimal): -5225930 or 3556016. OLE color: 3556016.

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

Color convert

RGB 176 66 54 -
CMYK 0 0.62 0.69 0.31
HSL 5.9º 0.53% 0.45% -
HSV(B) 5.9º 0.69% 0.69% -
XYZ 20.52 13.39 4.99 -
YUV 97.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 176 66 54 0 0.62 0.69 0.31 5.9 0.53 0.45
Hex B0 42 36 0 3E 45 1F 6 35 2D
Octal 260 102 66 0 76 105 37 6 65 55
Binary 10110000 1000010 110110 0 111110 1000101 11111 110 110101 101101

Color Harmonies of #B04236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04236

Black with #B04236

Text Example


Text Example

White with #B04236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04236; }

 p { color: rgb(176,66,54); }

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

background-color css

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

 a { background-color: rgb(176,66,54); }

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

border-color css

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

 span { border-color: rgb(176,66,54); }

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