Html Css Color HEX #B14534 Medium Carmine

📋 copy color: '#B14534'

red 177 ◦ green 69 ◦ blue 52

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

Shades of Medium Carmine #B14534

Tints of Medium Carmine #B14534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 59.4%
G = 23.15%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B14534 (or 0xB14534) is known color: Medium Carmine. HEX triplet: B1, 45 and 34. RGB value is (177,69,52). Sum of RGB (Red+Green+Blue) = 177+69+52=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14534 is #4EBACB. Grayscale: #636363. Windows color (decimal): -5159628 or 3425713. OLE color: 3425713.

HSL color Cylindrical-coordinate representation of color #B14534: hue angle of 8.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B14534 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 52 -
CMYK 0 0.61 0.71 0.31
HSL 8.16º 0.55% 0.45% -
HSV(B) 8.16º 0.71% 0.69% -
XYZ 20.88 13.85 4.82 -
YUV 99.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 177 69 52 0 0.61 0.71 0.31 8.16 0.55 0.45
Hex B1 45 34 0 3D 47 1F 8 37 2D
Octal 261 105 64 0 75 107 37 10 67 55
Binary 10110001 1000101 110100 0 111101 1000111 11111 1000 110111 101101

Color Harmonies of #B14534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14534

Black with #B14534

Text Example


Text Example

White with #B14534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14534; }

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

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

background-color css

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

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

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

border-color css

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

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

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