Html Css Color HEX #BC3425 Fire Brick

📋 copy color: '#BC3425'

red 188 ◦ green 52 ◦ blue 37

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

Shades of Fire Brick #BC3425

Tints of Fire Brick #BC3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 67.87%
G = 18.77%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3425 (or 0xBC3425) is known color: Fire Brick. HEX triplet: BC, 34 and 25. RGB value is (188,52,37). Sum of RGB (Red+Green+Blue) = 188+52+37=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3425 is #43CBDA. Grayscale: #5B5B5B. Windows color (decimal): -4443099 or 2438332. OLE color: 2438332.

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

Color convert

RGB 188 52 37 -
CMYK 0 0.72 0.80 0.26
HSL 5.96º 0.67% 0.44% -
HSV(B) 5.96º 0.8% 0.74% -
XYZ 22.3 13.28 3.14 -
YUV 90.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 188 52 37 0 0.72 0.80 0.26 5.96 0.67 0.44
Hex BC 34 25 0 48 50 1A 6 43 2C
Octal 274 64 45 0 110 120 32 6 103 54
Binary 10111100 110100 100101 0 1001000 1010000 11010 110 1000011 101100

Color Harmonies of #BC3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3425

Black with #BC3425

Text Example


Text Example

White with #BC3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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