#B42F3B

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

Shades of Brick Red #B42F3B

Tints of Brick Red #B42F3B

Color information

#B42F3B (or 0xB42F3B) is unknown color: approx Brick Red. HEX triplet: B4, 2F and 3B. RGB value is (180,47,59). Sum of RGB (Red+Green+Blue) = 180+47+59=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F3B is #4BD0C4. Grayscale: #585858. Windows color (decimal): -4968645 or 3878836. OLE color: 3878836.

HSL color Cylindrical-coordinate representation of color #B42F3B: hue angle of 354.59º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F3B is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1804759-
CMYK00.740.670.29
HSL354.59º58.59%44.51%-
HSV(B)354.59º73.89%70.59%-
XYZ20.6312.055.38-
YUV88.14111.56193.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 47 (18.75% from 255) = 16.43%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=62.94%
G=16.43%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180475900.740.670.29354.5958.5944.51
HexB42F3B04A431D1633b2d
Octal26457730112103355437355
Binary1011010010111111101101001010100001111101101100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F3B; }

 p { color: rgb(180,47,59); }

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

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

 a { background-color: rgb(180,47,59); }

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

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

 span { border-color: rgb(180,47,59); }

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