Html Css Color HEX #BC3225 Fire Brick

📋 copy color: '#BC3225'

red 188 ◦ green 50 ◦ blue 37

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

Shades of Fire Brick #BC3225

Tints of Fire Brick #BC3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 68.36%
G = 18.18%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3225 (or 0xBC3225) is known color: Fire Brick. HEX triplet: BC, 32 and 25. RGB value is (188,50,37). Sum of RGB (Red+Green+Blue) = 188+50+37=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3225 is #43CDDA. Grayscale: #595959. Windows color (decimal): -4443611 or 2437820. OLE color: 2437820.

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

Color convert

RGB 188 50 37 -
CMYK 0 0.73 0.80 0.26
HSL 5.17º 0.67% 0.44% -
HSV(B) 5.17º 0.8% 0.74% -
XYZ 22.21 13.11 3.11 -
YUV 89.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 188 50 37 0 0.73 0.80 0.26 5.17 0.67 0.44
Hex BC 32 25 0 49 50 1A 5 43 2C
Octal 274 62 45 0 111 120 32 5 103 54
Binary 10111100 110010 100101 0 1001001 1010000 11010 101 1000011 101100

Color Harmonies of #BC3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3225

Black with #BC3225

Text Example


Text Example

White with #BC3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3225; }

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

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

background-color css

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

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

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

border-color css

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

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

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