#BB3843

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

Shades of Brick Red #BB3843

Tints of Brick Red #BB3843

Color information

#BB3843 (or 0xBB3843) is unknown color: approx Brick Red. HEX triplet: BB, 38 and 43. RGB value is (187,56,67). Sum of RGB (Red+Green+Blue) = 187+56+67=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3843 is #44C7BC. Grayscale: #606060. Windows color (decimal): -4507581 or 4405435. OLE color: 4405435.

HSL color Cylindrical-coordinate representation of color #BB3843: hue angle of 354.96º 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 #BB3843 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1875667-
CMYK00.700.640.27
HSL354.96º53.91%47.65%-
HSV(B)354.96º70.05%73.33%-
XYZ22.9213.86.77-
YUV96.42111.4192.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 67 (26.56% from 255) = 21.61%
R=60.32%
G=18.06%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187566700.700.640.27354.9653.9147.65
HexBB3843046401B1633630
Octal273701030106100335436660
Binary10111011111000100001101000110100000011011101100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3843; }

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

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

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

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

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

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

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

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