Html Css Color HEX #BC2842 Brick Red

📋 copy color: '#BC2842'

red 188 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #BC2842

Tints of Brick Red #BC2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 63.95%
G = 13.61%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2842 (or 0xBC2842) is known color: Brick Red. HEX triplet: BC, 28 and 42. RGB value is (188,40,66). Sum of RGB (Red+Green+Blue) = 188+40+66=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2842 is #43D7BD. Grayscale: #575757. Windows color (decimal): -4446142 or 4335804. OLE color: 4335804.

HSL color Cylindrical-coordinate representation of color #BC2842: hue angle of 349.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2842 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 66 -
CMYK 0 0.79 0.65 0.26
HSL 349.46º 0.65% 0.45% -
HSV(B) 349.46º 0.79% 0.74% -
XYZ 22.48 12.6 6.4 -
YUV 87.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 188 40 66 0 0.79 0.65 0.26 349.46 0.65 0.45
Hex BC 28 42 0 4F 41 1A 15D 41 2D
Octal 274 50 102 0 117 101 32 535 101 55
Binary 10111100 101000 1000010 0 1001111 1000001 11010 101011101 1000001 101101

Color Harmonies of #BC2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2842

Black with #BC2842

Text Example


Text Example

White with #BC2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2842; }

 p { color: rgb(188,40,66); }

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

background-color css

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

 a { background-color: rgb(188,40,66); }

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

border-color css

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

 span { border-color: rgb(188,40,66); }

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