Html Css Color HEX #B13F29 Medium Carmine

📋 copy color: '#B13F29'

red 177 ◦ green 63 ◦ blue 41

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

Shades of Medium Carmine #B13F29

Tints of Medium Carmine #B13F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 62.99%
G = 22.42%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13F29 (or 0xB13F29) is known color: Medium Carmine. HEX triplet: B1, 3F and 29. RGB value is (177,63,41). Sum of RGB (Red+Green+Blue) = 177+63+41=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F29 is #4EC0D6. Grayscale: #5E5E5E. Windows color (decimal): -5161175 or 2703281. OLE color: 2703281.

HSL color Cylindrical-coordinate representation of color #B13F29: hue angle of 9.71º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B13F29 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 41 -
CMYK 0 0.64 0.77 0.31
HSL 9.71º 0.62% 0.43% -
HSV(B) 9.71º 0.77% 0.69% -
XYZ 20.31 13.06 3.55 -
YUV 94.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 177 63 41 0 0.64 0.77 0.31 9.71 0.62 0.43
Hex B1 3F 29 0 40 4D 1F A 3E 2B
Octal 261 77 51 0 100 115 37 12 76 53
Binary 10110001 111111 101001 0 1000000 1001101 11111 1010 111110 101011

Color Harmonies of #B13F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F29

Black with #B13F29

Text Example


Text Example

White with #B13F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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