#B94026

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

Shades of Medium Carmine #B94026

Tints of Medium Carmine #B94026

Color information

#B94026 (or 0xB94026) is unknown color: approx Medium Carmine. HEX triplet: B9, 40 and 26. RGB value is (185,64,38). Sum of RGB (Red+Green+Blue) = 185+64+38=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B94026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94026 is #46BFD9. Grayscale: #616161. Windows color (decimal): -4636634 or 2506937. OLE color: 2506937.

HSL color Cylindrical-coordinate representation of color #B94026: hue angle of 10.61º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B94026 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1856438-
CMYK00.650.790.27
HSL10.61º65.92%43.73%-
HSV(B)10.61º79.46%72.55%-
XYZ22.1914.123.39-
YUV97.2194.59190.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=64.46%
G=22.30%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185643800.650.790.2710.6165.9243.73
HexB940260414F1Bb422c
Octal271100460101117331310254
Binary1011100110000001001100100000110011111101110111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94026; }

 p { color: rgb(185,64,38); }

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

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

 a { background-color: rgb(185,64,38); }

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

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

 span { border-color: rgb(185,64,38); }

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