Html Css Color HEX #B13D3A Medium Carmine

📋 copy color: '#B13D3A'

red 177 ◦ green 61 ◦ blue 58

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

Shades of Medium Carmine #B13D3A

Tints of Medium Carmine #B13D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

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

R = 59.8%
G = 20.61%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B13D3A (or 0xB13D3A) is known color: Medium Carmine. HEX triplet: B1, 3D and 3A. RGB value is (177,61,58). Sum of RGB (Red+Green+Blue) = 177+61+58=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D3A is #4EC2C5. Grayscale: #5F5F5F. Windows color (decimal): -5161670 or 3816881. OLE color: 3816881.

HSL color Cylindrical-coordinate representation of color #B13D3A: hue angle of 1.51º 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 #B13D3A is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 61 58 -
CMYK 0 0.66 0.67 0.31
HSL 1.51º 0.51% 0.46% -
HSV(B) 1.51º 0.67% 0.69% -
XYZ 20.56 12.99 5.43 -
YUV 95.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 177 61 58 0 0.66 0.67 0.31 1.51 0.51 0.46
Hex B1 3D 3A 0 42 43 1F 2 33 2E
Octal 261 75 72 0 102 103 37 2 63 56
Binary 10110001 111101 111010 0 1000010 1000011 11111 10 110011 101110

Color Harmonies of #B13D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D3A

Black with #B13D3A

Text Example


Text Example

White with #B13D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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