Html Css Color HEX #BC3341 Brick Red

📋 copy color: '#BC3341'

red 188 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #BC3341

Tints of Brick Red #BC3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 61.84%
G = 16.78%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC3341 (or 0xBC3341) is known color: Brick Red. HEX triplet: BC, 33 and 41. RGB value is (188,51,65). Sum of RGB (Red+Green+Blue) = 188+51+65=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3341 is #43CCBE. Grayscale: #5D5D5D. Windows color (decimal): -4443327 or 4273084. OLE color: 4273084.

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

Color convert

RGB 188 51 65 -
CMYK 0 0.73 0.65 0.26
HSL 353.87º 0.57% 0.47% -
HSV(B) 353.87º 0.73% 0.74% -
XYZ 22.88 13.44 6.39 -
YUV 93.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 188 51 65 0 0.73 0.65 0.26 353.87 0.57 0.47
Hex BC 33 41 0 49 41 1A 162 39 2F
Octal 274 63 101 0 111 101 32 542 71 57
Binary 10111100 110011 1000001 0 1001001 1000001 11010 101100010 111001 101111

Color Harmonies of #BC3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3341

Black with #BC3341

Text Example


Text Example

White with #BC3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3341; }

 p { color: rgb(188,51,65); }

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

background-color css

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

 a { background-color: rgb(188,51,65); }

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

border-color css

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

 span { border-color: rgb(188,51,65); }

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