Html Css Color HEX #B14635 Medium Carmine

📋 copy color: '#B14635'

red 177 ◦ green 70 ◦ blue 53

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

Shades of Medium Carmine #B14635

Tints of Medium Carmine #B14635

RGB

 RED value IS 177 (69.53% from 255) = 59%

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

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

R = 59%
G = 23.33%
B = 17.67%

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

#B14635 (or 0xB14635) is known color: Medium Carmine. HEX triplet: B1, 46 and 35. RGB value is (177,70,53). Sum of RGB (Red+Green+Blue) = 177+70+53=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B14635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14635 is #4EB9CA. Grayscale: #646464. Windows color (decimal): -5159371 or 3491505. OLE color: 3491505.

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

Color convert

RGB 177 70 53 -
CMYK 0 0.60 0.70 0.31
HSL 8.23º 0.54% 0.45% -
HSV(B) 8.23º 0.7% 0.69% -
XYZ 20.96 13.98 4.96 -
YUV 100.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 177 70 53 0 0.60 0.70 0.31 8.23 0.54 0.45
Hex B1 46 35 0 3C 46 1F 8 36 2D
Octal 261 106 65 0 74 106 37 10 66 55
Binary 10110001 1000110 110101 0 111100 1000110 11111 1000 110110 101101

Color Harmonies of #B14635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14635

Black with #B14635

Text Example


Text Example

White with #B14635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14635; }

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

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

background-color css

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

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

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

border-color css

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

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

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