Html Css Color HEX #B04434 Medium Carmine

📋 copy color: '#B04434'

red 176 ◦ green 68 ◦ blue 52

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

Shades of Medium Carmine #B04434

Tints of Medium Carmine #B04434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 59.46%
G = 22.97%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B04434 (or 0xB04434) is known color: Medium Carmine. HEX triplet: B0, 44 and 34. RGB value is (176,68,52). Sum of RGB (Red+Green+Blue) = 176+68+52=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04434 is #4FBBCB. Grayscale: #626262. Windows color (decimal): -5225420 or 3425456. OLE color: 3425456.

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

Color convert

RGB 176 68 52 -
CMYK 0 0.61 0.70 0.31
HSL 7.74º 0.54% 0.45% -
HSV(B) 7.74º 0.7% 0.69% -
XYZ 20.59 13.61 4.79 -
YUV 98.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 176 68 52 0 0.61 0.70 0.31 7.74 0.54 0.45
Hex B0 44 34 0 3D 46 1F 8 36 2D
Octal 260 104 64 0 75 106 37 10 66 55
Binary 10110000 1000100 110100 0 111101 1000110 11111 1000 110110 101101

Color Harmonies of #B04434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04434

Black with #B04434

Text Example


Text Example

White with #B04434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04434; }

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

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

background-color css

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

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

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

border-color css

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

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

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