Html Css Color HEX #B13722 Medium Carmine

📋 copy color: '#B13722'

red 177 ◦ green 55 ◦ blue 34

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

Shades of Medium Carmine #B13722

Tints of Medium Carmine #B13722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 66.54%
G = 20.68%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13722 (or 0xB13722) is known color: Medium Carmine. HEX triplet: B1, 37 and 22. RGB value is (177,55,34). Sum of RGB (Red+Green+Blue) = 177+55+34=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13722 is #4EC8DD. Grayscale: #595959. Windows color (decimal): -5163230 or 2242481. OLE color: 2242481.

HSL color Cylindrical-coordinate representation of color #B13722: hue angle of 8.81º degrees, saturation: 0.68, 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 #B13722 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 34 -
CMYK 0 0.69 0.81 0.31
HSL 8.81º 0.68% 0.41% -
HSV(B) 8.81º 0.81% 0.69% -
XYZ 19.79 12.19 2.82 -
YUV 89.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 177 55 34 0 0.69 0.81 0.31 8.81 0.68 0.41
Hex B1 37 22 0 45 51 1F 9 44 29
Octal 261 67 42 0 105 121 37 11 104 51
Binary 10110001 110111 100010 0 1000101 1010001 11111 1001 1000100 101001

Color Harmonies of #B13722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13722

Black with #B13722

Text Example


Text Example

White with #B13722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13722; }

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

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

background-color css

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

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

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

border-color css

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

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

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