Html Css Color HEX #B14030 Medium Carmine

📋 copy color: '#B14030'

red 177 ◦ green 64 ◦ blue 48

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

Shades of Medium Carmine #B14030

Tints of Medium Carmine #B14030

RGB

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

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

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

R = 61.25%
G = 22.15%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14030 (or 0xB14030) is known color: Medium Carmine. HEX triplet: B1, 40 and 30. RGB value is (177,64,48). Sum of RGB (Red+Green+Blue) = 177+64+48=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B14030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14030 is #4EBFCF. Grayscale: #606060. Windows color (decimal): -5160912 or 3162289. OLE color: 3162289.

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

Color convert

RGB 177 64 48 -
CMYK 0 0.64 0.73 0.31
HSL 7.44º 0.57% 0.44% -
HSV(B) 7.44º 0.73% 0.69% -
XYZ 20.5 13.23 4.27 -
YUV 95.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 177 64 48 0 0.64 0.73 0.31 7.44 0.57 0.44
Hex B1 40 30 0 40 49 1F 7 39 2C
Octal 261 100 60 0 100 111 37 7 71 54
Binary 10110001 1000000 110000 0 1000000 1001001 11111 111 111001 101100

Color Harmonies of #B14030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14030

Black with #B14030

Text Example


Text Example

White with #B14030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14030; }

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

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

background-color css

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

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

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

border-color css

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

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

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