Html Css Color HEX #B04635 Medium Carmine

📋 copy color: '#B04635'

red 176 ◦ green 70 ◦ blue 53

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

Shades of Medium Carmine #B04635

Tints of Medium Carmine #B04635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 58.86%
G = 23.41%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B04635 (or 0xB04635) is known color: Medium Carmine. HEX triplet: B0, 46 and 35. RGB value is (176,70,53). Sum of RGB (Red+Green+Blue) = 176+70+53=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B04635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04635 is #4FB9CA. Grayscale: #636363. Windows color (decimal): -5224907 or 3491504. OLE color: 3491504.

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

Color convert

RGB 176 70 53 -
CMYK 0 0.60 0.70 0.31
HSL 8.29º 0.54% 0.45% -
HSV(B) 8.29º 0.7% 0.69% -
XYZ 20.74 13.87 4.95 -
YUV 99.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 176 70 53 0 0.60 0.70 0.31 8.29 0.54 0.45
Hex B0 46 35 0 3C 46 1F 8 36 2D
Octal 260 106 65 0 74 106 37 10 66 55
Binary 10110000 1000110 110101 0 111100 1000110 11111 1000 110110 101101

Color Harmonies of #B04635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04635

Black with #B04635

Text Example


Text Example

White with #B04635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04635; }

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

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

background-color css

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

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

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

border-color css

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

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

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