Html Css Color HEX #B14632 Medium Carmine

📋 copy color: '#B14632'

red 177 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #B14632

Tints of Medium Carmine #B14632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

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

R = 59.6%
G = 23.57%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14632 (or 0xB14632) is known color: Medium Carmine. HEX triplet: B1, 46 and 32. RGB value is (177,70,50). Sum of RGB (Red+Green+Blue) = 177+70+50=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B14632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14632 is #4EB9CD. Grayscale: #636363. Windows color (decimal): -5159374 or 3294897. OLE color: 3294897.

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

Color convert

RGB 177 70 50 -
CMYK 0 0.60 0.72 0.31
HSL 9.45º 0.56% 0.45% -
HSV(B) 9.45º 0.72% 0.69% -
XYZ 20.9 13.96 4.61 -
YUV 99.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 177 70 50 0 0.60 0.72 0.31 9.45 0.56 0.45
Hex B1 46 32 0 3C 48 1F 9 38 2D
Octal 261 106 62 0 74 110 37 11 70 55
Binary 10110001 1000110 110010 0 111100 1001000 11111 1001 111000 101101

Color Harmonies of #B14632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14632

Black with #B14632

Text Example


Text Example

White with #B14632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14632; }

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

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

background-color css

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

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

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

border-color css

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

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

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