Html Css Color HEX #B14035 Medium Carmine

📋 copy color: '#B14035'

red 177 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #B14035

Tints of Medium Carmine #B14035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 60.2%
G = 21.77%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B14035 (or 0xB14035) is known color: Medium Carmine. HEX triplet: B1, 40 and 35. RGB value is (177,64,53). Sum of RGB (Red+Green+Blue) = 177+64+53=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B14035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14035 is #4EBFCA. Grayscale: #606060. Windows color (decimal): -5160907 or 3489969. OLE color: 3489969.

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

Color convert

RGB 177 64 53 -
CMYK 0 0.64 0.70 0.31
HSL 5.32º 0.54% 0.45% -
HSV(B) 5.32º 0.7% 0.69% -
XYZ 20.61 13.27 4.84 -
YUV 96.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 177 64 53 0 0.64 0.70 0.31 5.32 0.54 0.45
Hex B1 40 35 0 40 46 1F 5 36 2D
Octal 261 100 65 0 100 106 37 5 66 55
Binary 10110001 1000000 110101 0 1000000 1000110 11111 101 110110 101101

Color Harmonies of #B14035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14035

Black with #B14035

Text Example


Text Example

White with #B14035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14035; }

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

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

background-color css

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

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

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

border-color css

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

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

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