#B42D38

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

Shades of Brick Red #B42D38

Tints of Brick Red #B42D38

Color information

#B42D38 (or 0xB42D38) is unknown color: approx Brick Red. HEX triplet: B4, 2D and 38. RGB value is (180,45,56). Sum of RGB (Red+Green+Blue) = 180+45+56=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D38 is #4BD2C7. Grayscale: #565656. Windows color (decimal): -4969160 or 3681716. OLE color: 3681716.

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

Color convert

RGB1804556-
CMYK00.750.690.29
HSL355.11º60%44.12%-
HSV(B)355.11º75%70.59%-
XYZ20.4711.874.95-
YUV86.62110.73194.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=64.06%
G=16.01%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180455600.750.690.29355.116044.12
HexB42D3804B451D1633c2c
Octal26455700113105355437454
Binary1011010010110111100001001011100010111101101100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D38; }

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

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

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

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

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

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

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

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