#B62B3A

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

Shades of Brick Red #B62B3A

Tints of Brick Red #B62B3A

Color information

#B62B3A (or 0xB62B3A) is unknown color: approx Brick Red. HEX triplet: B6, 2B and 3A. RGB value is (182,43,58). Sum of RGB (Red+Green+Blue) = 182+43+58=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B3A is #49D4C5. Grayscale: #565656. Windows color (decimal): -4838598 or 3812278. OLE color: 3812278.

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

Color convert

RGB1824358-
CMYK00.760.680.29
HSL353.53º61.78%44.12%-
HSV(B)353.53º76.37%71.37%-
XYZ20.9211.985.21-
YUV86.27112.05196.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=64.31%
G=15.19%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182435800.760.680.29353.5361.7844.12
HexB62B3A04C441D1623e2c
Octal26653720114104355427654
Binary1011011010101111101001001100100010011101101100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B3A; }

 p { color: rgb(182,43,58); }

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

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

 a { background-color: rgb(182,43,58); }

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

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

 span { border-color: rgb(182,43,58); }

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