Html Css Color HEX #B14432 Medium Carmine

📋 copy color: '#B14432'

red 177 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B14432

Tints of Medium Carmine #B14432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 60%
G = 23.05%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14432 (or 0xB14432) is known color: Medium Carmine. HEX triplet: B1, 44 and 32. RGB value is (177,68,50). Sum of RGB (Red+Green+Blue) = 177+68+50=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B14432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14432 is #4EBBCD. Grayscale: #626262. Windows color (decimal): -5159886 or 3294385. OLE color: 3294385.

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

Color convert

RGB 177 68 50 -
CMYK 0 0.62 0.72 0.31
HSL 8.5º 0.56% 0.45% -
HSV(B) 8.5º 0.72% 0.69% -
XYZ 20.77 13.71 4.57 -
YUV 98.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 177 68 50 0 0.62 0.72 0.31 8.5 0.56 0.45
Hex B1 44 32 0 3E 48 1F 9 38 2D
Octal 261 104 62 0 76 110 37 11 70 55
Binary 10110001 1000100 110010 0 111110 1001000 11111 1001 111000 101101

Color Harmonies of #B14432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14432

Black with #B14432

Text Example


Text Example

White with #B14432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14432; }

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

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

background-color css

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

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

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

border-color css

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

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

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