#B64130

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

Shades of Medium Carmine #B64130

Tints of Medium Carmine #B64130

Color information

#B64130 (or 0xB64130) is unknown color: approx Medium Carmine. HEX triplet: B6, 41 and 30. RGB value is (182,65,48). Sum of RGB (Red+Green+Blue) = 182+65+48=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B64130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64130 is #49BECF. Grayscale: #626262. Windows color (decimal): -4832976 or 3162550. OLE color: 3162550.

HSL color Cylindrical-coordinate representation of color #B64130: hue angle of 7.61º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B64130 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1826548-
CMYK00.640.740.29
HSL7.61º58.26%45.1%-
HSV(B)7.61º73.63%71.37%-
XYZ21.7213.944.34-
YUV98.0499.76187.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=61.69%
G=22.03%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182654800.640.740.297.6158.2645.1
HexB641300404A1D83a2d
Octal26610160010011235107255
Binary101101101000001110000010000001001010111011000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64130; }

 p { color: rgb(182,65,48); }

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

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

 a { background-color: rgb(182,65,48); }

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

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

 span { border-color: rgb(182,65,48); }

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