Html Css Color HEX #BC3443 Brick Red

📋 copy color: '#BC3443'

red 188 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #BC3443

Tints of Brick Red #BC3443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.82%

R = 61.24%
G = 16.94%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC3443 (or 0xBC3443) is known color: Brick Red. HEX triplet: BC, 34 and 43. RGB value is (188,52,67). Sum of RGB (Red+Green+Blue) = 188+52+67=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3443 is #43CBBC. Grayscale: #5E5E5E. Windows color (decimal): -4443069 or 4404412. OLE color: 4404412.

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

Color convert

RGB 188 52 67 -
CMYK 0 0.72 0.64 0.26
HSL 353.38º 0.57% 0.47% -
HSV(B) 353.38º 0.72% 0.74% -
XYZ 22.98 13.55 6.71 -
YUV 94.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 188 52 67 0 0.72 0.64 0.26 353.38 0.57 0.47
Hex BC 34 43 0 48 40 1A 161 39 2F
Octal 274 64 103 0 110 100 32 541 71 57
Binary 10111100 110100 1000011 0 1001000 1000000 11010 101100001 111001 101111

Color Harmonies of #BC3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3443

Black with #BC3443

Text Example


Text Example

White with #BC3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3443; }

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

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

background-color css

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

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

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

border-color css

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

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

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