Html Css Color HEX #B04432 Medium Carmine

📋 copy color: '#B04432'

red 176 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B04432

Tints of Medium Carmine #B04432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 59.86%
G = 23.13%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B04432 (or 0xB04432) is known color: Medium Carmine. HEX triplet: B0, 44 and 32. RGB value is (176,68,50). Sum of RGB (Red+Green+Blue) = 176+68+50=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B04432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04432 is #4FBBCD. Grayscale: #626262. Windows color (decimal): -5225422 or 3294384. OLE color: 3294384.

HSL color Cylindrical-coordinate representation of color #B04432: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04432 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 50 -
CMYK 0 0.61 0.72 0.31
HSL 8.57º 0.56% 0.44% -
HSV(B) 8.57º 0.72% 0.69% -
XYZ 20.55 13.59 4.56 -
YUV 98.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 176 68 50 0 0.61 0.72 0.31 8.57 0.56 0.44
Hex B0 44 32 0 3D 48 1F 9 38 2C
Octal 260 104 62 0 75 110 37 11 70 54
Binary 10110000 1000100 110010 0 111101 1001000 11111 1001 111000 101100

Color Harmonies of #B04432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04432

Black with #B04432

Text Example


Text Example

White with #B04432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04432; }

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

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

background-color css

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

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

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

border-color css

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

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

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