Html Css Color HEX #BC2C29 Fire Brick

📋 copy color: '#BC2C29'

red 188 ◦ green 44 ◦ blue 41

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

Shades of Fire Brick #BC2C29

Tints of Fire Brick #BC2C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 68.86%
G = 16.12%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC2C29 (or 0xBC2C29) is known color: Fire Brick. HEX triplet: BC, 2C and 29. RGB value is (188,44,41). Sum of RGB (Red+Green+Blue) = 188+44+41=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C29 is #43D3D6. Grayscale: #565656. Windows color (decimal): -4445143 or 2698428. OLE color: 2698428.

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

Color convert

RGB 188 44 41 -
CMYK 0 0.77 0.78 0.26
HSL 1.22º 0.64% 0.45% -
HSV(B) 1.22º 0.78% 0.74% -
XYZ 22.04 12.65 3.38 -
YUV 86.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 188 44 41 0 0.77 0.78 0.26 1.22 0.64 0.45
Hex BC 2C 29 0 4D 4E 1A 1 40 2D
Octal 274 54 51 0 115 116 32 1 100 55
Binary 10111100 101100 101001 0 1001101 1001110 11010 1 1000000 101101

Color Harmonies of #BC2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C29

Black with #BC2C29

Text Example


Text Example

White with #BC2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C29; }

 p { color: rgb(188,44,41); }

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

background-color css

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

 a { background-color: rgb(188,44,41); }

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

border-color css

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

 span { border-color: rgb(188,44,41); }

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