Html Css Color HEX #B14227 Medium Carmine

📋 copy color: '#B14227'

red 177 ◦ green 66 ◦ blue 39

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

Shades of Medium Carmine #B14227

Tints of Medium Carmine #B14227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 62.77%
G = 23.4%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B14227 (or 0xB14227) is known color: Medium Carmine. HEX triplet: B1, 42 and 27. RGB value is (177,66,39). Sum of RGB (Red+Green+Blue) = 177+66+39=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B14227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14227 is #4EBDD8. Grayscale: #606060. Windows color (decimal): -5160409 or 2572977. OLE color: 2572977.

HSL color Cylindrical-coordinate representation of color #B14227: hue angle of 11.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B14227 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 39 -
CMYK 0 0.63 0.78 0.31
HSL 11.74º 0.64% 0.42% -
HSV(B) 11.74º 0.78% 0.69% -
XYZ 20.45 13.39 3.43 -
YUV 96.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 177 66 39 0 0.63 0.78 0.31 11.74 0.64 0.42
Hex B1 42 27 0 3F 4E 1F C 40 2A
Octal 261 102 47 0 77 116 37 14 100 52
Binary 10110001 1000010 100111 0 111111 1001110 11111 1100 1000000 101010

Color Harmonies of #B14227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14227

Black with #B14227

Text Example


Text Example

White with #B14227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14227; }

 p { color: rgb(177,66,39); }

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

background-color css

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

 a { background-color: rgb(177,66,39); }

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

border-color css

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

 span { border-color: rgb(177,66,39); }

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