Html Css Color HEX #B14032 Medium Carmine

📋 copy color: '#B14032'

red 177 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #B14032

Tints of Medium Carmine #B14032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 60.82%
G = 21.99%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14032 (or 0xB14032) is known color: Medium Carmine. HEX triplet: B1, 40 and 32. RGB value is (177,64,50). Sum of RGB (Red+Green+Blue) = 177+64+50=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B14032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14032 is #4EBFCD. Grayscale: #606060. Windows color (decimal): -5160910 or 3293361. OLE color: 3293361.

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

Color convert

RGB 177 64 50 -
CMYK 0 0.64 0.72 0.31
HSL 6.61º 0.56% 0.45% -
HSV(B) 6.61º 0.72% 0.69% -
XYZ 20.54 13.24 4.49 -
YUV 96.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 177 64 50 0 0.64 0.72 0.31 6.61 0.56 0.45
Hex B1 40 32 0 40 48 1F 7 38 2D
Octal 261 100 62 0 100 110 37 7 70 55
Binary 10110001 1000000 110010 0 1000000 1001000 11111 111 111000 101101

Color Harmonies of #B14032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14032

Black with #B14032

Text Example


Text Example

White with #B14032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14032; }

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

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

background-color css

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

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

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

border-color css

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

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

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