Html Css Color HEX #B14229 Medium Carmine

📋 copy color: '#B14229'

red 177 ◦ green 66 ◦ blue 41

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

Shades of Medium Carmine #B14229

Tints of Medium Carmine #B14229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 62.32%
G = 23.24%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B14229 (or 0xB14229) is known color: Medium Carmine. HEX triplet: B1, 42 and 29. RGB value is (177,66,41). Sum of RGB (Red+Green+Blue) = 177+66+41=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B14229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14229 is #4EBDD6. Grayscale: #606060. Windows color (decimal): -5160407 or 2704049. OLE color: 2704049.

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

Color convert

RGB 177 66 41 -
CMYK 0 0.63 0.77 0.31
HSL 11.03º 0.62% 0.43% -
HSV(B) 11.03º 0.77% 0.69% -
XYZ 20.48 13.4 3.61 -
YUV 96.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 177 66 41 0 0.63 0.77 0.31 11.03 0.62 0.43
Hex B1 42 29 0 3F 4D 1F B 3E 2B
Octal 261 102 51 0 77 115 37 13 76 53
Binary 10110001 1000010 101001 0 111111 1001101 11111 1011 111110 101011

Color Harmonies of #B14229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14229

Black with #B14229

Text Example


Text Example

White with #B14229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14229; }

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

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

background-color css

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

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

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

border-color css

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

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

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