Html Css Color HEX #B04234 Medium Carmine

📋 copy color: '#B04234'

red 176 ◦ green 66 ◦ blue 52

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

Shades of Medium Carmine #B04234

Tints of Medium Carmine #B04234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 59.86%
G = 22.45%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B04234 (or 0xB04234) is known color: Medium Carmine. HEX triplet: B0, 42 and 34. RGB value is (176,66,52). Sum of RGB (Red+Green+Blue) = 176+66+52=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B04234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04234 is #4FBDCB. Grayscale: #616161. Windows color (decimal): -5225932 or 3424944. OLE color: 3424944.

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

Color convert

RGB 176 66 52 -
CMYK 0 0.62 0.70 0.31
HSL 6.77º 0.54% 0.45% -
HSV(B) 6.77º 0.7% 0.69% -
XYZ 20.47 13.37 4.75 -
YUV 97.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 176 66 52 0 0.62 0.70 0.31 6.77 0.54 0.45
Hex B0 42 34 0 3E 46 1F 7 36 2D
Octal 260 102 64 0 76 106 37 7 66 55
Binary 10110000 1000010 110100 0 111110 1000110 11111 111 110110 101101

Color Harmonies of #B04234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04234

Black with #B04234

Text Example


Text Example

White with #B04234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04234; }

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

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

background-color css

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

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

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

border-color css

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

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

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