Html Css Color HEX #BC3344 Brick Red

📋 copy color: '#BC3344'

red 188 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #BC3344

Tints of Brick Red #BC3344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 61.24%
G = 16.61%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC3344 (or 0xBC3344) is known color: Brick Red. HEX triplet: BC, 33 and 44. RGB value is (188,51,68). Sum of RGB (Red+Green+Blue) = 188+51+68=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3344 is #43CCBB. Grayscale: #5D5D5D. Windows color (decimal): -4443324 or 4469692. OLE color: 4469692.

HSL color Cylindrical-coordinate representation of color #BC3344: hue angle of 352.55º 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 #BC3344 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 68 -
CMYK 0 0.73 0.64 0.26
HSL 352.55º 0.57% 0.47% -
HSV(B) 352.55º 0.73% 0.74% -
XYZ 22.97 13.48 6.86 -
YUV 93.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 188 51 68 0 0.73 0.64 0.26 352.55 0.57 0.47
Hex BC 33 44 0 49 40 1A 161 39 2F
Octal 274 63 104 0 111 100 32 541 71 57
Binary 10111100 110011 1000100 0 1001001 1000000 11010 101100001 111001 101111

Color Harmonies of #BC3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3344

Black with #BC3344

Text Example


Text Example

White with #BC3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3344; }

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

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

background-color css

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

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

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

border-color css

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

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

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