Html Css Color HEX #B13828 Medium Carmine

📋 copy color: '#B13828'

red 177 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #B13828

Tints of Medium Carmine #B13828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 64.84%
G = 20.51%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13828 (or 0xB13828) is known color: Medium Carmine. HEX triplet: B1, 38 and 28. RGB value is (177,56,40). Sum of RGB (Red+Green+Blue) = 177+56+40=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13828 is #4EC7D7. Grayscale: #5A5A5A. Windows color (decimal): -5162968 or 2635953. OLE color: 2635953.

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

Color convert

RGB 177 56 40 -
CMYK 0 0.68 0.77 0.31
HSL 7.01º 0.63% 0.43% -
HSV(B) 7.01º 0.77% 0.69% -
XYZ 19.93 12.33 3.34 -
YUV 90.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 177 56 40 0 0.68 0.77 0.31 7.01 0.63 0.43
Hex B1 38 28 0 44 4D 1F 7 3F 2B
Octal 261 70 50 0 104 115 37 7 77 53
Binary 10110001 111000 101000 0 1000100 1001101 11111 111 111111 101011

Color Harmonies of #B13828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13828

Black with #B13828

Text Example


Text Example

White with #B13828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13828; }

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

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

background-color css

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

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

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

border-color css

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

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

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