Html Css Color HEX #BC2625 Fire Brick

📋 copy color: '#BC2625'

red 188 ◦ green 38 ◦ blue 37

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

Shades of Fire Brick #BC2625

Tints of Fire Brick #BC2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 71.48%
G = 14.45%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC2625 (or 0xBC2625) is known color: Fire Brick. HEX triplet: BC, 26 and 25. RGB value is (188,38,37). Sum of RGB (Red+Green+Blue) = 188+38+37=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2625 is #43D9DA. Grayscale: #525252. Windows color (decimal): -4446683 or 2434748. OLE color: 2434748.

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

Color convert

RGB 188 38 37 -
CMYK 0 0.80 0.80 0.26
HSL 0.4º 0.67% 0.44% -
HSV(B) 0.4º 0.8% 0.74% -
XYZ 21.77 12.21 2.96 -
YUV 82.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 188 38 37 0 0.80 0.80 0.26 0.4 0.67 0.44
Hex BC 26 25 0 50 50 1A 0 43 2C
Octal 274 46 45 0 120 120 32 0 103 54
Binary 10111100 100110 100101 0 1010000 1010000 11010 0 1000011 101100

Color Harmonies of #BC2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2625

Black with #BC2625

Text Example


Text Example

White with #BC2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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