Html Css Color HEX #B04835 Medium Carmine

📋 copy color: '#B04835'

red 176 ◦ green 72 ◦ blue 53

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

Shades of Medium Carmine #B04835

Tints of Medium Carmine #B04835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 58.47%
G = 23.92%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B04835 (or 0xB04835) is known color: Medium Carmine. HEX triplet: B0, 48 and 35. RGB value is (176,72,53). Sum of RGB (Red+Green+Blue) = 176+72+53=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B04835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04835 is #4FB7CA. Grayscale: #656565. Windows color (decimal): -5224395 or 3492016. OLE color: 3492016.

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

Color convert

RGB 176 72 53 -
CMYK 0 0.59 0.70 0.31
HSL 9.27º 0.54% 0.45% -
HSV(B) 9.27º 0.7% 0.69% -
XYZ 20.86 14.12 4.99 -
YUV 100.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 176 72 53 0 0.59 0.70 0.31 9.27 0.54 0.45
Hex B0 48 35 0 3B 46 1F 9 36 2D
Octal 260 110 65 0 73 106 37 11 66 55
Binary 10110000 1001000 110101 0 111011 1000110 11111 1001 110110 101101

Color Harmonies of #B04835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04835

Black with #B04835

Text Example


Text Example

White with #B04835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04835; }

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

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

background-color css

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

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

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

border-color css

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

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

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