#B6283F

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

Shades of Brick Red #B6283F

Tints of Brick Red #B6283F

Color information

#B6283F (or 0xB6283F) is unknown color: approx Brick Red. HEX triplet: B6, 28 and 3F. RGB value is (182,40,63). Sum of RGB (Red+Green+Blue) = 182+40+63=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B6283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6283F is #49D7C0. Grayscale: #555555. Windows color (decimal): -4839361 or 4139190. OLE color: 4139190.

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

Color convert

RGB1824063-
CMYK00.780.650.29
HSL350.28º63.96%43.53%-
HSV(B)350.28º78.02%71.37%-
XYZ20.9511.825.88-
YUV85.08115.54197.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 63 (25% from 255) = 22.11%
R=63.86%
G=14.04%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182406300.780.650.29350.2863.9643.53
HexB6283F04E411D15e402c
Octal266507701161013553610054
Binary10110110101000111111010011101000001111011010111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6283F; }

 p { color: rgb(182,40,63); }

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

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

 a { background-color: rgb(182,40,63); }

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

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

 span { border-color: rgb(182,40,63); }

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