Html Css Color HEX #BC2925 Fire Brick

📋 copy color: '#BC2925'

red 188 ◦ green 41 ◦ blue 37

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

Shades of Fire Brick #BC2925

Tints of Fire Brick #BC2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 70.68%
G = 15.41%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC2925 (or 0xBC2925) is known color: Fire Brick. HEX triplet: BC, 29 and 25. RGB value is (188,41,37). Sum of RGB (Red+Green+Blue) = 188+41+37=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2925 is #43D6DA. Grayscale: #545454. Windows color (decimal): -4445915 or 2435516. OLE color: 2435516.

HSL color Cylindrical-coordinate representation of color #BC2925: hue angle of 1.59º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2925 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 37 -
CMYK 0 0.78 0.80 0.26
HSL 1.59º 0.67% 0.44% -
HSV(B) 1.59º 0.8% 0.74% -
XYZ 21.87 12.41 2.99 -
YUV 84.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 188 41 37 0 0.78 0.80 0.26 1.59 0.67 0.44
Hex BC 29 25 0 4E 50 1A 2 43 2C
Octal 274 51 45 0 116 120 32 2 103 54
Binary 10111100 101001 100101 0 1001110 1010000 11010 10 1000011 101100

Color Harmonies of #BC2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2925

Black with #BC2925

Text Example


Text Example

White with #BC2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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