Html Css Color HEX #BC2B29 Fire Brick

📋 copy color: '#BC2B29'

red 188 ◦ green 43 ◦ blue 41

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

Shades of Fire Brick #BC2B29

Tints of Fire Brick #BC2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 69.12%
G = 15.81%
B = 15.07%

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

#BC2B29 (or 0xBC2B29) is known color: Fire Brick. HEX triplet: BC, 2B and 29. RGB value is (188,43,41). Sum of RGB (Red+Green+Blue) = 188+43+41=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B29 is #43D4D6. Grayscale: #565656. Windows color (decimal): -4445399 or 2698172. OLE color: 2698172.

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

Color convert

RGB 188 43 41 -
CMYK 0 0.77 0.78 0.26
HSL 0.82º 0.64% 0.45% -
HSV(B) 0.82º 0.78% 0.74% -
XYZ 22 12.58 3.37 -
YUV 86.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 188 43 41 0 0.77 0.78 0.26 0.82 0.64 0.45
Hex BC 2B 29 0 4D 4E 1A 1 40 2D
Octal 274 53 51 0 115 116 32 1 100 55
Binary 10111100 101011 101001 0 1001101 1001110 11010 1 1000000 101101

Color Harmonies of #BC2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B29

Black with #BC2B29

Text Example


Text Example

White with #BC2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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