Html Css Color HEX #B14130 Medium Carmine

📋 copy color: '#B14130'

red 177 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #B14130

Tints of Medium Carmine #B14130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 61.03%
G = 22.41%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14130 (or 0xB14130) is known color: Medium Carmine. HEX triplet: B1, 41 and 30. RGB value is (177,65,48). Sum of RGB (Red+Green+Blue) = 177+65+48=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B14130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14130 is #4EBECF. Grayscale: #606060. Windows color (decimal): -5160656 or 3162545. OLE color: 3162545.

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

Color convert

RGB 177 65 48 -
CMYK 0 0.63 0.73 0.31
HSL 7.91º 0.57% 0.44% -
HSV(B) 7.91º 0.73% 0.69% -
XYZ 20.56 13.34 4.29 -
YUV 96.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 177 65 48 0 0.63 0.73 0.31 7.91 0.57 0.44
Hex B1 41 30 0 3F 49 1F 8 39 2C
Octal 261 101 60 0 77 111 37 10 71 54
Binary 10110001 1000001 110000 0 111111 1001001 11111 1000 111001 101100

Color Harmonies of #B14130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14130

Black with #B14130

Text Example


Text Example

White with #B14130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14130; }

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

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

background-color css

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

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

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

border-color css

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

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

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