Html Css Color HEX #B13628 Medium Carmine

📋 copy color: '#B13628'

red 177 ◦ green 54 ◦ blue 40

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

Shades of Medium Carmine #B13628

Tints of Medium Carmine #B13628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 65.31%
G = 19.93%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13628 (or 0xB13628) is known color: Medium Carmine. HEX triplet: B1, 36 and 28. RGB value is (177,54,40). Sum of RGB (Red+Green+Blue) = 177+54+40=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B13628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13628 is #4EC9D7. Grayscale: #595959. Windows color (decimal): -5163480 or 2635441. OLE color: 2635441.

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

Color convert

RGB 177 54 40 -
CMYK 0 0.69 0.77 0.31
HSL 6.13º 0.63% 0.43% -
HSV(B) 6.13º 0.77% 0.69% -
XYZ 19.83 12.14 3.31 -
YUV 89.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 177 54 40 0 0.69 0.77 0.31 6.13 0.63 0.43
Hex B1 36 28 0 45 4D 1F 6 3F 2B
Octal 261 66 50 0 105 115 37 6 77 53
Binary 10110001 110110 101000 0 1000101 1001101 11111 110 111111 101011

Color Harmonies of #B13628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13628

Black with #B13628

Text Example


Text Example

White with #B13628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13628; }

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

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

background-color css

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

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

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

border-color css

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

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

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