Html Css Color HEX #BC3440 Brick Red

📋 copy color: '#BC3440'

red 188 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #BC3440

Tints of Brick Red #BC3440

RGB

 RED value IS 188 (73.83% from 255) = 61.84%

 GREEN value IS 52 (20.7% from 255) = 17.11%

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

R = 61.84%
G = 17.11%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC3440 (or 0xBC3440) is known color: Brick Red. HEX triplet: BC, 34 and 40. RGB value is (188,52,64). Sum of RGB (Red+Green+Blue) = 188+52+64=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3440 is #43CBBF. Grayscale: #5E5E5E. Windows color (decimal): -4443072 or 4207804. OLE color: 4207804.

HSL color Cylindrical-coordinate representation of color #BC3440: hue angle of 354.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3440 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 64 -
CMYK 0 0.72 0.66 0.26
HSL 354.71º 0.57% 0.47% -
HSV(B) 354.71º 0.72% 0.74% -
XYZ 22.89 13.52 6.25 -
YUV 94.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 188 52 64 0 0.72 0.66 0.26 354.71 0.57 0.47
Hex BC 34 40 0 48 42 1A 163 39 2F
Octal 274 64 100 0 110 102 32 543 71 57
Binary 10111100 110100 1000000 0 1001000 1000010 11010 101100011 111001 101111

Color Harmonies of #BC3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3440

Black with #BC3440

Text Example


Text Example

White with #BC3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3440; }

 p { color: rgb(188,52,64); }

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

background-color css

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

 a { background-color: rgb(188,52,64); }

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

border-color css

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

 span { border-color: rgb(188,52,64); }

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