#b2483a

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

Shades of Medium Carmine #B2483A

Tints of Medium Carmine #B2483A

Color information

#B2483A (or 0xB2483A) is unknown color: approx Medium Carmine. HEX triplet: B2, 48 and 3A. RGB value is (178,72,58). Sum of RGB (Red+Green+Blue) = 178+72+58=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2483A is #4DB7C5. Grayscale: #666666. Windows color (decimal): -5093318 or 3819698. OLE color: 3819698.

HSL color Cylindrical-coordinate representation of color #B2483A: hue angle of 7º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2483A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1787258-
CMYK00.600.670.30
HSL50.85%46.27%-
HSV(B)67.42%69.8%-
XYZ21.4414.415.65-
YUV102.1103.12182.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.79%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=57.79%
G=23.38%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178725800.600.670.30750.8546.27
HexB2483A03C431E7332e
Octal262110720741033676356
Binary1011001010010001110100111100100001111110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2483a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2483a; }

 p { color: rgb(178,72,58); }

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

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

 a { background-color: rgb(178,72,58); }

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

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

 span { border-color: rgb(178,72,58); }

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