Html Css Color HEX #B13A2D Medium Carmine

📋 copy color: '#B13A2D'

red 177 ◦ green 58 ◦ blue 45

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

Shades of Medium Carmine #B13A2D

Tints of Medium Carmine #B13A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 63.21%
G = 20.71%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B13A2D (or 0xB13A2D) is known color: Medium Carmine. HEX triplet: B1, 3A and 2D. RGB value is (177,58,45). Sum of RGB (Red+Green+Blue) = 177+58+45=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A2D is #4EC5D2. Grayscale: #5C5C5C. Windows color (decimal): -5162451 or 2964145. OLE color: 2964145.

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

Color convert

RGB 177 58 45 -
CMYK 0 0.67 0.75 0.31
HSL 5.91º 0.59% 0.44% -
HSV(B) 5.91º 0.75% 0.69% -
XYZ 20.12 12.56 3.85 -
YUV 92.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 177 58 45 0 0.67 0.75 0.31 5.91 0.59 0.44
Hex B1 3A 2D 0 43 4B 1F 6 3B 2C
Octal 261 72 55 0 103 113 37 6 73 54
Binary 10110001 111010 101101 0 1000011 1001011 11111 110 111011 101100

Color Harmonies of #B13A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A2D

Black with #B13A2D

Text Example


Text Example

White with #B13A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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