Html Css Color HEX #BB3940 Brick Red

📋 copy color: '#BB3940'

red 187 ◦ green 57 ◦ blue 64

#BB3940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BB3940

Tints of Brick Red #BB3940

RGB

 RED value IS 187 (73.44% from 255) = 60.71%

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 60.71%
G = 18.51%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB3940 (or 0xBB3940) is known color: Brick Red. HEX triplet: BB, 39 and 40. RGB value is (187,57,64). Sum of RGB (Red+Green+Blue) = 187+57+64=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3940 is #44C6BF. Grayscale: #606060. Windows color (decimal): -4507328 or 4209083. OLE color: 4209083.

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

Color convert

RGB 187 57 64 -
CMYK 0 0.70 0.66 0.27
HSL 356.77º 0.53% 0.48% -
HSV(B) 356.77º 0.7% 0.73% -
XYZ 22.88 13.86 6.32 -
YUV 96.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 187 57 64 0 0.70 0.66 0.27 356.77 0.53 0.48
Hex BB 39 40 0 46 42 1B 165 35 30
Octal 273 71 100 0 106 102 33 545 65 60
Binary 10111011 111001 1000000 0 1000110 1000010 11011 101100101 110101 110000

Color Harmonies of #BB3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3940

Black with #BB3940

Text Example


Text Example

White with #BB3940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3940; }

 p { color: rgb(187,57,64); }

 H1.HeaderClassName
 {
   color: #BB3940;
 }
 .AnyTagClassName
 {
   color: #BB3940;
 }
</style>

background-color css

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

 a { background-color: rgb(187,57,64); }

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

border-color css

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

 span { border-color: rgb(187,57,64); }

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