Html Css Color HEX #B13F2F Medium Carmine

📋 copy color: '#B13F2F'

red 177 ◦ green 63 ◦ blue 47

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

Shades of Medium Carmine #B13F2F

Tints of Medium Carmine #B13F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 61.67%
G = 21.95%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B13F2F (or 0xB13F2F) is known color: Medium Carmine. HEX triplet: B1, 3F and 2F. RGB value is (177,63,47). Sum of RGB (Red+Green+Blue) = 177+63+47=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F2F is #4EC0D0. Grayscale: #5F5F5F. Windows color (decimal): -5161169 or 3096497. OLE color: 3096497.

HSL color Cylindrical-coordinate representation of color #B13F2F: hue angle of 7.38º degrees, saturation: 0.58, 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 #B13F2F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 47 -
CMYK 0 0.64 0.73 0.31
HSL 7.38º 0.58% 0.44% -
HSV(B) 7.38º 0.73% 0.69% -
XYZ 20.42 13.11 4.14 -
YUV 95.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 177 63 47 0 0.64 0.73 0.31 7.38 0.58 0.44
Hex B1 3F 2F 0 40 49 1F 7 3A 2C
Octal 261 77 57 0 100 111 37 7 72 54
Binary 10110001 111111 101111 0 1000000 1001001 11111 111 111010 101100

Color Harmonies of #B13F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F2F

Black with #B13F2F

Text Example


Text Example

White with #B13F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F2F; }

 p { color: rgb(177,63,47); }

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

background-color css

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

 a { background-color: rgb(177,63,47); }

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

border-color css

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

 span { border-color: rgb(177,63,47); }

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