#B4362D

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

Shades of Medium Carmine #B4362D

Tints of Medium Carmine #B4362D

Color information

#B4362D (or 0xB4362D) is unknown color: approx Medium Carmine. HEX triplet: B4, 36 and 2D. RGB value is (180,54,45). Sum of RGB (Red+Green+Blue) = 180+54+45=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4362D is #4BC9D2. Grayscale: #5A5A5A. Windows color (decimal): -4966867 or 2963124. OLE color: 2963124.

HSL color Cylindrical-coordinate representation of color #B4362D: hue angle of 4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4362D is Cyan = 0, Magento = 0.7, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1805445-
CMYK00.70.750.29
HSL60%44.12%-
HSV(B)75%70.59%-
XYZ20.6212.533.81-
YUV90.65102.24191.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.52%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=64.52%
G=19.35%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180544500.70.750.2946044.12
HexB4362D0464B1D43c2c
Octal264665501061133547454
Binary1011010011011010110101000110100101111101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4362D; }

 p { color: rgb(180,54,45); }

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

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

 a { background-color: rgb(180,54,45); }

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

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

 span { border-color: rgb(180,54,45); }

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