#B42D36

Color #B42D36 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B42D36

Tints of Brick Red #B42D36

Color information

#B42D36 (or 0xB42D36) is unknown color: approx Brick Red. HEX triplet: B4, 2D and 36. RGB value is (180,45,54). Sum of RGB (Red+Green+Blue) = 180+45+54=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D36 is #4BD2C9. Grayscale: #565656. Windows color (decimal): -4969162 or 3550644. OLE color: 3550644.

HSL color Cylindrical-coordinate representation of color #B42D36: hue angle of 356º 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 #B42D36 is Cyan = 0, Magento = 0.75, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB1804554-
CMYK00.750.70.29
HSL356º60%44.12%-
HSV(B)356º75%70.59%-
XYZ20.4311.854.7-
YUV86.39109.73194.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180455400.750.70.293566044.12
HexB42D3604B461D1643c2c
Octal26455660113106355447454
Binary1011010010110111011001001011100011011101101100100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D36; }

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

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

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

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

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

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

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

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