#B93A25

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

Shades of Medium Carmine #B93A25

Tints of Medium Carmine #B93A25

Color information

#B93A25 (or 0xB93A25) is unknown color: approx Medium Carmine. HEX triplet: B9, 3A and 25. RGB value is (185,58,37). Sum of RGB (Red+Green+Blue) = 185+58+37=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A25 is #46C5DA. Grayscale: #5D5D5D. Windows color (decimal): -4638171 or 2439865. OLE color: 2439865.

HSL color Cylindrical-coordinate representation of color #B93A25: hue angle of 8.51º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B93A25 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1855837-
CMYK00.690.800.27
HSL8.51º66.67%43.53%-
HSV(B)8.51º80%72.55%-
XYZ21.8513.473.2-
YUV93.5896.08193.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.07%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=66.07%
G=20.71%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185583700.690.800.278.5166.6743.53
HexB93A25045501B9432c
Octal27172450105120331110354
Binary101110011110101001010100010110100001101110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A25; }

 p { color: rgb(185,58,37); }

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

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

 a { background-color: rgb(185,58,37); }

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

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

 span { border-color: rgb(185,58,37); }

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