Html Css Color HEX #B13730 Medium Carmine

📋 copy color: '#B13730'

red 177 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #B13730

Tints of Medium Carmine #B13730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 63.21%
G = 19.64%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B13730 (or 0xB13730) is known color: Medium Carmine. HEX triplet: B1, 37 and 30. RGB value is (177,55,48). Sum of RGB (Red+Green+Blue) = 177+55+48=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B13730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13730 is #4EC8CF. Grayscale: #5A5A5A. Windows color (decimal): -5163216 or 3159985. OLE color: 3159985.

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

Color convert

RGB 177 55 48 -
CMYK 0 0.69 0.73 0.31
HSL 3.26º 0.57% 0.44% -
HSV(B) 3.26º 0.73% 0.69% -
XYZ 20.03 12.29 4.11 -
YUV 90.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 177 55 48 0 0.69 0.73 0.31 3.26 0.57 0.44
Hex B1 37 30 0 45 49 1F 3 39 2C
Octal 261 67 60 0 105 111 37 3 71 54
Binary 10110001 110111 110000 0 1000101 1001001 11111 11 111001 101100

Color Harmonies of #B13730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13730

Black with #B13730

Text Example


Text Example

White with #B13730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13730; }

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

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

background-color css

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

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

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

border-color css

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

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

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