Html Css Color HEX #B14535 Medium Carmine

📋 copy color: '#B14535'

red 177 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #B14535

Tints of Medium Carmine #B14535

RGB

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

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

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

R = 59.2%
G = 23.08%
B = 17.73%

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

#B14535 (or 0xB14535) is known color: Medium Carmine. HEX triplet: B1, 45 and 35. RGB value is (177,69,53). Sum of RGB (Red+Green+Blue) = 177+69+53=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B14535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14535 is #4EBACA. Grayscale: #636363. Windows color (decimal): -5159627 or 3491249. OLE color: 3491249.

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

Color convert

RGB 177 69 53 -
CMYK 0 0.61 0.70 0.31
HSL 7.74º 0.54% 0.45% -
HSV(B) 7.74º 0.7% 0.69% -
XYZ 20.9 13.86 4.94 -
YUV 99.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 177 69 53 0 0.61 0.70 0.31 7.74 0.54 0.45
Hex B1 45 35 0 3D 46 1F 8 36 2D
Octal 261 105 65 0 75 106 37 10 66 55
Binary 10110001 1000101 110101 0 111101 1000110 11111 1000 110110 101101

Color Harmonies of #B14535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14535

Black with #B14535

Text Example


Text Example

White with #B14535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14535; }

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

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

background-color css

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

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

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

border-color css

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

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

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