Html Css Color HEX #B13F28 Medium Carmine

📋 copy color: '#B13F28'

red 177 ◦ green 63 ◦ blue 40

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

Shades of Medium Carmine #B13F28

Tints of Medium Carmine #B13F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 63.21%
G = 22.5%
B = 14.29%

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

#B13F28 (or 0xB13F28) is known color: Medium Carmine. HEX triplet: B1, 3F and 28. RGB value is (177,63,40). Sum of RGB (Red+Green+Blue) = 177+63+40=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F28 is #4EC0D7. Grayscale: #5E5E5E. Windows color (decimal): -5161176 or 2637745. OLE color: 2637745.

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

Color convert

RGB 177 63 40 -
CMYK 0 0.64 0.77 0.31
HSL 10.07º 0.63% 0.43% -
HSV(B) 10.07º 0.77% 0.69% -
XYZ 20.29 13.06 3.46 -
YUV 94.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 177 63 40 0 0.64 0.77 0.31 10.07 0.63 0.43
Hex B1 3F 28 0 40 4D 1F A 3F 2B
Octal 261 77 50 0 100 115 37 12 77 53
Binary 10110001 111111 101000 0 1000000 1001101 11111 1010 111111 101011

Color Harmonies of #B13F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F28

Black with #B13F28

Text Example


Text Example

White with #B13F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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