#BE3926

Color #BE3926 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BE3926

Tints of Medium Carmine #BE3926

Color information

#BE3926 (or 0xBE3926) is unknown color: approx Medium Carmine. HEX triplet: BE, 39 and 26. RGB value is (190,57,38). Sum of RGB (Red+Green+Blue) = 190+57+38=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3926 is #41C6D9. Grayscale: #5E5E5E. Windows color (decimal): -4310746 or 2505150. OLE color: 2505150.

HSL color Cylindrical-coordinate representation of color #BE3926: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE3926 is Cyan = 0, Magento = 0.7, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB1905738-
CMYK00.70.80.25
HSL7.5º66.67%44.71%-
HSV(B)7.5º80%74.51%-
XYZ23.0514.013.32-
YUV94.696.06196.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.67%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=66.67%
G=20%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190573800.70.80.257.566.6744.71
HexBE392604650198432d
Octal27671460106120311010355
Binary101111101110011001100100011010100001100110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3926; }

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

 H1.HeaderClassName
 {
   color: #BE3926;
 }
 .AnyTagClassName
 {
   color: #BE3926;
 }
</style>
background-color css

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

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

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

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

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

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