Html Css Color HEX #B13E3A Medium Carmine

📋 copy color: '#B13E3A'

red 177 ◦ green 62 ◦ blue 58

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

Shades of Medium Carmine #B13E3A

Tints of Medium Carmine #B13E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 59.6%
G = 20.88%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B13E3A (or 0xB13E3A) is known color: Medium Carmine. HEX triplet: B1, 3E and 3A. RGB value is (177,62,58). Sum of RGB (Red+Green+Blue) = 177+62+58=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E3A is #4EC1C5. Grayscale: #606060. Windows color (decimal): -5161414 or 3817137. OLE color: 3817137.

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

Color convert

RGB 177 62 58 -
CMYK 0 0.65 0.67 0.31
HSL 2.02º 0.51% 0.46% -
HSV(B) 2.02º 0.67% 0.69% -
XYZ 20.62 13.1 5.44 -
YUV 95.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 177 62 58 0 0.65 0.67 0.31 2.02 0.51 0.46
Hex B1 3E 3A 0 41 43 1F 2 33 2E
Octal 261 76 72 0 101 103 37 2 63 56
Binary 10110001 111110 111010 0 1000001 1000011 11111 10 110011 101110

Color Harmonies of #B13E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E3A

Black with #B13E3A

Text Example


Text Example

White with #B13E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E3A; }

 p { color: rgb(177,62,58); }

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

background-color css

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

 a { background-color: rgb(177,62,58); }

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

border-color css

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

 span { border-color: rgb(177,62,58); }

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