Html Css Color HEX #B13921 Medium Carmine

📋 copy color: '#B13921'

red 177 ◦ green 57 ◦ blue 33

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

Shades of Medium Carmine #B13921

Tints of Medium Carmine #B13921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 66.29%
G = 21.35%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13921 (or 0xB13921) is known color: Medium Carmine. HEX triplet: B1, 39 and 21. RGB value is (177,57,33). Sum of RGB (Red+Green+Blue) = 177+57+33=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B13921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13921 is #4EC6DE. Grayscale: #5A5A5A. Windows color (decimal): -5162719 or 2177457. OLE color: 2177457.

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

Color convert

RGB 177 57 33 -
CMYK 0 0.68 0.81 0.31
HSL 10º 0.69% 0.41% -
HSV(B) 10º 0.81% 0.69% -
XYZ 19.87 12.38 2.78 -
YUV 90.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 177 57 33 0 0.68 0.81 0.31 10 0.69 0.41
Hex B1 39 21 0 44 51 1F A 45 29
Octal 261 71 41 0 104 121 37 12 105 51
Binary 10110001 111001 100001 0 1000100 1010001 11111 1010 1000101 101001

Color Harmonies of #B13921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13921

Black with #B13921

Text Example


Text Example

White with #B13921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13921; }

 p { color: rgb(177,57,33); }

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

background-color css

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

 a { background-color: rgb(177,57,33); }

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

border-color css

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

 span { border-color: rgb(177,57,33); }

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