Html Css Color HEX #B04535 Medium Carmine

📋 copy color: '#B04535'

red 176 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #B04535

Tints of Medium Carmine #B04535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 59.06%
G = 23.15%
B = 17.79%

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

#B04535 (or 0xB04535) is known color: Medium Carmine. HEX triplet: B0, 45 and 35. RGB value is (176,69,53). Sum of RGB (Red+Green+Blue) = 176+69+53=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B04535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04535 is #4FBACA. Grayscale: #636363. Windows color (decimal): -5225163 or 3491248. OLE color: 3491248.

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

Color convert

RGB 176 69 53 -
CMYK 0 0.61 0.70 0.31
HSL 7.8º 0.54% 0.45% -
HSV(B) 7.8º 0.7% 0.69% -
XYZ 20.68 13.74 4.93 -
YUV 99.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 176 69 53 0 0.61 0.70 0.31 7.8 0.54 0.45
Hex B0 45 35 0 3D 46 1F 8 36 2D
Octal 260 105 65 0 75 106 37 10 66 55
Binary 10110000 1000101 110101 0 111101 1000110 11111 1000 110110 101101

Color Harmonies of #B04535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04535

Black with #B04535

Text Example


Text Example

White with #B04535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04535; }

 p { color: rgb(176,69,53); }

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

background-color css

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

 a { background-color: rgb(176,69,53); }

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

border-color css

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

 span { border-color: rgb(176,69,53); }

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