Html Css Color HEX #BB3640 Brick Red

📋 copy color: '#BB3640'

red 187 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #BB3640

Tints of Brick Red #BB3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

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

R = 61.31%
G = 17.7%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB3640 (or 0xBB3640) is known color: Brick Red. HEX triplet: BB, 36 and 40. RGB value is (187,54,64). Sum of RGB (Red+Green+Blue) = 187+54+64=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3640 is #44C9BF. Grayscale: #5F5F5F. Windows color (decimal): -4508096 or 4208315. OLE color: 4208315.

HSL color Cylindrical-coordinate representation of color #BB3640: hue angle of 355.49º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3640 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 64 -
CMYK 0 0.71 0.66 0.27
HSL 355.49º 0.55% 0.47% -
HSV(B) 355.49º 0.71% 0.73% -
XYZ 22.74 13.57 6.27 -
YUV 94.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 187 54 64 0 0.71 0.66 0.27 355.49 0.55 0.47
Hex BB 36 40 0 47 42 1B 163 37 2F
Octal 273 66 100 0 107 102 33 543 67 57
Binary 10111011 110110 1000000 0 1000111 1000010 11011 101100011 110111 101111

Color Harmonies of #BB3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3640

Black with #BB3640

Text Example


Text Example

White with #BB3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3640; }

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

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

background-color css

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

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

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

border-color css

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

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

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