#B3383D

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

Shades of Brick Red #B3383D

Tints of Brick Red #B3383D

Color information

#B3383D (or 0xB3383D) is unknown color: approx Brick Red. HEX triplet: B3, 38 and 3D. RGB value is (179,56,61). Sum of RGB (Red+Green+Blue) = 179+56+61=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3383D is #4CC7C2. Grayscale: #5D5D5D. Windows color (decimal): -5031875 or 4012211. OLE color: 4012211.

HSL color Cylindrical-coordinate representation of color #B3383D: hue angle of 357.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3383D is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1795661-
CMYK00.690.660.30
HSL357.56º52.34%46.08%-
HSV(B)357.56º68.72%70.2%-
XYZ20.8512.755.78-
YUV93.35109.75189.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.47%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=60.47%
G=18.92%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179566100.690.660.30357.5652.3446.08
HexB3383D045421E166342e
Octal26370750105102365466456
Binary1011001111100011110101000101100001011110101100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3383D; }

 p { color: rgb(179,56,61); }

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

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

 a { background-color: rgb(179,56,61); }

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

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

 span { border-color: rgb(179,56,61); }

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