#B0462D

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

Shades of Medium Carmine #B0462D

Tints of Medium Carmine #B0462D

Color information

#B0462D (or 0xB0462D) is unknown color: approx Medium Carmine. HEX triplet: B0, 46 and 2D. RGB value is (176,70,45). Sum of RGB (Red+Green+Blue) = 176+70+45=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0462D is #4FB9D2. Grayscale: #636363. Windows color (decimal): -5224915 or 2967216. OLE color: 2967216.

HSL color Cylindrical-coordinate representation of color #B0462D: hue angle of 11.45º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0462D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1767045-
CMYK00.600.740.31
HSL11.45º59.28%43.33%-
HSV(B)11.45º74.43%69.02%-
XYZ20.5713.84.06-
YUV98.8497.62183.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=60.48%
G=24.05%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176704500.600.740.3111.4559.2843.33
HexB0462D03C4A1Fb3b2b
Octal2601065507411237137353
Binary10110000100011010110101111001001010111111011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0462D; }

 p { color: rgb(176,70,45); }

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

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

 a { background-color: rgb(176,70,45); }

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

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

 span { border-color: rgb(176,70,45); }

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