#B94135

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

Shades of Medium Carmine #B94135

Tints of Medium Carmine #B94135

Color information

#B94135 (or 0xB94135) is unknown color: approx Medium Carmine. HEX triplet: B9, 41 and 35. RGB value is (185,65,53). Sum of RGB (Red+Green+Blue) = 185+65+53=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B94135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94135 is #46BECA. Grayscale: #636363. Windows color (decimal): -4636363 or 3490233. OLE color: 3490233.

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

Color convert

RGB1856553-
CMYK00.650.710.27
HSL5.45º55.46%46.67%-
HSV(B)5.45º71.35%72.55%-
XYZ22.5414.354.95-
YUV99.51101.76188.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=61.06%
G=21.45%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185655300.650.710.275.4555.4646.67
HexB94135041471B5372f
Octal2711016501011073356757
Binary10111001100000111010101000001100011111011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94135; }

 p { color: rgb(185,65,53); }

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

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

 a { background-color: rgb(185,65,53); }

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

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

 span { border-color: rgb(185,65,53); }

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