Html Css Color HEX #B14530 Medium Carmine

📋 copy color: '#B14530'

red 177 ◦ green 69 ◦ blue 48

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

Shades of Medium Carmine #B14530

Tints of Medium Carmine #B14530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 60.2%
G = 23.47%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14530 (or 0xB14530) is known color: Medium Carmine. HEX triplet: B1, 45 and 30. RGB value is (177,69,48). Sum of RGB (Red+Green+Blue) = 177+69+48=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B14530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14530 is #4EBACF. Grayscale: #636363. Windows color (decimal): -5159632 or 3163569. OLE color: 3163569.

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

Color convert

RGB 177 69 48 -
CMYK 0 0.61 0.73 0.31
HSL 9.77º 0.57% 0.44% -
HSV(B) 9.77º 0.73% 0.69% -
XYZ 20.79 13.82 4.37 -
YUV 98.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 177 69 48 0 0.61 0.73 0.31 9.77 0.57 0.44
Hex B1 45 30 0 3D 49 1F A 39 2C
Octal 261 105 60 0 75 111 37 12 71 54
Binary 10110001 1000101 110000 0 111101 1001001 11111 1010 111001 101100

Color Harmonies of #B14530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14530

Black with #B14530

Text Example


Text Example

White with #B14530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14530; }

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

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

background-color css

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

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

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

border-color css

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

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

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