Html Css Color HEX #B13926 Medium Carmine

📋 copy color: '#B13926'

red 177 ◦ green 57 ◦ blue 38

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

Shades of Medium Carmine #B13926

Tints of Medium Carmine #B13926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 65.07%
G = 20.96%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B13926 (or 0xB13926) is known color: Medium Carmine. HEX triplet: B1, 39 and 26. RGB value is (177,57,38). Sum of RGB (Red+Green+Blue) = 177+57+38=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B13926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13926 is #4EC6D9. Grayscale: #5A5A5A. Windows color (decimal): -5162714 or 2505137. OLE color: 2505137.

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

Color convert

RGB 177 57 38 -
CMYK 0 0.68 0.79 0.31
HSL 8.2º 0.65% 0.42% -
HSV(B) 8.2º 0.79% 0.69% -
XYZ 19.94 12.41 3.18 -
YUV 90.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 177 57 38 0 0.68 0.79 0.31 8.2 0.65 0.42
Hex B1 39 26 0 44 4F 1F 8 41 2A
Octal 261 71 46 0 104 117 37 10 101 52
Binary 10110001 111001 100110 0 1000100 1001111 11111 1000 1000001 101010

Color Harmonies of #B13926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13926

Black with #B13926

Text Example


Text Example

White with #B13926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13926; }

 p { color: rgb(177,57,38); }

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

background-color css

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

 a { background-color: rgb(177,57,38); }

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

border-color css

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

 span { border-color: rgb(177,57,38); }

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