Html Css Color HEX #B13627 Medium Carmine

📋 copy color: '#B13627'

red 177 ◦ green 54 ◦ blue 39

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

Shades of Medium Carmine #B13627

Tints of Medium Carmine #B13627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 65.56%
G = 20%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B13627 (or 0xB13627) is known color: Medium Carmine. HEX triplet: B1, 36 and 27. RGB value is (177,54,39). Sum of RGB (Red+Green+Blue) = 177+54+39=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B13627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13627 is #4EC9D8. Grayscale: #595959. Windows color (decimal): -5163481 or 2569905. OLE color: 2569905.

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

Color convert

RGB 177 54 39 -
CMYK 0 0.69 0.78 0.31
HSL 6.52º 0.64% 0.42% -
HSV(B) 6.52º 0.78% 0.69% -
XYZ 19.82 12.13 3.22 -
YUV 89.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 177 54 39 0 0.69 0.78 0.31 6.52 0.64 0.42
Hex B1 36 27 0 45 4E 1F 7 40 2A
Octal 261 66 47 0 105 116 37 7 100 52
Binary 10110001 110110 100111 0 1000101 1001110 11111 111 1000000 101010

Color Harmonies of #B13627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13627

Black with #B13627

Text Example


Text Example

White with #B13627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13627; }

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

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

background-color css

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

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

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

border-color css

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

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

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