#B62A3C

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

Shades of Brick Red #B62A3C

Tints of Brick Red #B62A3C

Color information

#B62A3C (or 0xB62A3C) is unknown color: approx Brick Red. HEX triplet: B6, 2A and 3C. RGB value is (182,42,60). Sum of RGB (Red+Green+Blue) = 182+42+60=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A3C is #49D5C3. Grayscale: #555555. Windows color (decimal): -4838852 or 3943094. OLE color: 3943094.

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

Color convert

RGB1824260-
CMYK00.770.670.29
HSL352.29º62.5%43.92%-
HSV(B)352.29º76.92%71.37%-
XYZ20.9311.935.47-
YUV85.91113.38196.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.08%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=64.08%
G=14.79%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182426000.770.670.29352.2962.543.92
HexB62A3C04D431D1603e2c
Octal26652740115103355407654
Binary1011011010101011110001001101100001111101101100000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A3C; }

 p { color: rgb(182,42,60); }

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

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

 a { background-color: rgb(182,42,60); }

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

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

 span { border-color: rgb(182,42,60); }

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