Html Css Color HEX #B13629 Medium Carmine

📋 copy color: '#B13629'

red 177 ◦ green 54 ◦ blue 41

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

Shades of Medium Carmine #B13629

Tints of Medium Carmine #B13629

RGB

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

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

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

R = 65.07%
G = 19.85%
B = 15.07%

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

#B13629 (or 0xB13629) is known color: Medium Carmine. HEX triplet: B1, 36 and 29. RGB value is (177,54,41). Sum of RGB (Red+Green+Blue) = 177+54+41=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B13629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13629 is #4EC9D6. Grayscale: #595959. Windows color (decimal): -5163479 or 2700977. OLE color: 2700977.

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

Color convert

RGB 177 54 41 -
CMYK 0 0.69 0.77 0.31
HSL 5.74º 0.62% 0.43% -
HSV(B) 5.74º 0.77% 0.69% -
XYZ 19.85 12.15 3.4 -
YUV 89.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 177 54 41 0 0.69 0.77 0.31 5.74 0.62 0.43
Hex B1 36 29 0 45 4D 1F 6 3E 2B
Octal 261 66 51 0 105 115 37 6 76 53
Binary 10110001 110110 101001 0 1000101 1001101 11111 110 111110 101011

Color Harmonies of #B13629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13629

Black with #B13629

Text Example


Text Example

White with #B13629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13629; }

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

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

background-color css

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

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

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

border-color css

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

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

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