Html Css Color HEX #B13720 Medium Carmine

📋 copy color: '#B13720'

red 177 ◦ green 55 ◦ blue 32

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

Shades of Medium Carmine #B13720

Tints of Medium Carmine #B13720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 67.05%
G = 20.83%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B13720 (or 0xB13720) is known color: Medium Carmine. HEX triplet: B1, 37 and 20. RGB value is (177,55,32). Sum of RGB (Red+Green+Blue) = 177+55+32=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13720 is #4EC8DF. Grayscale: #595959. Windows color (decimal): -5163232 or 2111409. OLE color: 2111409.

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

Color convert

RGB 177 55 32 -
CMYK 0 0.69 0.82 0.31
HSL 9.52º 0.69% 0.41% -
HSV(B) 9.52º 0.82% 0.69% -
XYZ 19.76 12.18 2.68 -
YUV 88.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 177 55 32 0 0.69 0.82 0.31 9.52 0.69 0.41
Hex B1 37 20 0 45 52 1F A 45 29
Octal 261 67 40 0 105 122 37 12 105 51
Binary 10110001 110111 100000 0 1000101 1010010 11111 1010 1000101 101001

Color Harmonies of #B13720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13720

Black with #B13720

Text Example


Text Example

White with #B13720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13720; }

 p { color: rgb(177,55,32); }

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

background-color css

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

 a { background-color: rgb(177,55,32); }

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

border-color css

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

 span { border-color: rgb(177,55,32); }

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