Html Css Color HEX #BC3024 Fire Brick

📋 copy color: '#BC3024'

red 188 ◦ green 48 ◦ blue 36

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

Shades of Fire Brick #BC3024

Tints of Fire Brick #BC3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 69.12%
G = 17.65%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3024 (or 0xBC3024) is known color: Fire Brick. HEX triplet: BC, 30 and 24. RGB value is (188,48,36). Sum of RGB (Red+Green+Blue) = 188+48+36=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3024 is #43CFDB. Grayscale: #585858. Windows color (decimal): -4444124 or 2371772. OLE color: 2371772.

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

Color convert

RGB 188 48 36 -
CMYK 0 0.74 0.81 0.26
HSL 4.74º 0.68% 0.44% -
HSV(B) 4.74º 0.81% 0.74% -
XYZ 22.11 12.93 3 -
YUV 88.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 188 48 36 0 0.74 0.81 0.26 4.74 0.68 0.44
Hex BC 30 24 0 4A 51 1A 5 44 2C
Octal 274 60 44 0 112 121 32 5 104 54
Binary 10111100 110000 100100 0 1001010 1010001 11010 101 1000100 101100

Color Harmonies of #BC3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3024

Black with #BC3024

Text Example


Text Example

White with #BC3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3024; }

 p { color: rgb(188,48,36); }

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

background-color css

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

 a { background-color: rgb(188,48,36); }

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

border-color css

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

 span { border-color: rgb(188,48,36); }

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