#B34025

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

Shades of Medium Carmine #B34025

Tints of Medium Carmine #B34025

Color information

#B34025 (or 0xB34025) is unknown color: approx Medium Carmine. HEX triplet: B3, 40 and 25. RGB value is (179,64,37). Sum of RGB (Red+Green+Blue) = 179+64+37=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B34025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34025 is #4CBFDA. Grayscale: #5F5F5F. Windows color (decimal): -5029851 or 2441395. OLE color: 2441395.

HSL color Cylindrical-coordinate representation of color #B34025: hue angle of 11.41º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B34025 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1796437-
CMYK00.640.790.30
HSL11.41º65.74%42.35%-
HSV(B)11.41º79.33%70.2%-
XYZ20.7613.383.24-
YUV95.3195.1187.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=63.93%
G=22.86%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179643700.640.790.3011.4165.7442.35
HexB340250404F1Eb422a
Octal263100450100117361310252
Binary1011001110000001001010100000010011111111010111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34025; }

 p { color: rgb(179,64,37); }

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

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

 a { background-color: rgb(179,64,37); }

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

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

 span { border-color: rgb(179,64,37); }

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