#BB383E

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

Shades of Brick Red #BB383E

Tints of Brick Red #BB383E

Color information

#BB383E (or 0xBB383E) is unknown color: approx Brick Red. HEX triplet: BB, 38 and 3E. RGB value is (187,56,62). Sum of RGB (Red+Green+Blue) = 187+56+62=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB383E is #44C7C1. Grayscale: #5F5F5F. Windows color (decimal): -4507586 or 4077755. OLE color: 4077755.

HSL color Cylindrical-coordinate representation of color #BB383E: hue angle of 357.25º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB383E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1875662-
CMYK00.700.670.27
HSL357.25º53.91%47.65%-
HSV(B)357.25º70.05%73.33%-
XYZ22.7813.746.01-
YUV95.85108.9193.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=61.31%
G=18.36%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187566200.700.670.27357.2553.9147.65
HexBB383E046431B1653630
Octal27370760106103335456660
Binary1011101111100011111001000110100001111011101100101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB383E; }

 p { color: rgb(187,56,62); }

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

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

 a { background-color: rgb(187,56,62); }

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

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

 span { border-color: rgb(187,56,62); }

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