Html Css Color HEX #BC2414 Fire Brick

📋 copy color: '#BC2414'

red 188 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #BC2414

Tints of Fire Brick #BC2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 77.05%
G = 14.75%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2414 (or 0xBC2414) is known color: Fire Brick. HEX triplet: BC, 24 and 14. RGB value is (188,36,20). Sum of RGB (Red+Green+Blue) = 188+36+20=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2414 is #43DBEB. Grayscale: #4F4F4F. Windows color (decimal): -4447212 or 1320124. OLE color: 1320124.

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

Color convert

RGB 188 36 20 -
CMYK 0 0.81 0.89 0.26
HSL 5.71º 0.81% 0.41% -
HSV(B) 5.71º 0.89% 0.74% -
XYZ 21.5 12 1.85 -
YUV 79.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 188 36 20 0 0.81 0.89 0.26 5.71 0.81 0.41
Hex BC 24 14 0 51 59 1A 6 51 29
Octal 274 44 24 0 121 131 32 6 121 51
Binary 10111100 100100 10100 0 1010001 1011001 11010 110 1010001 101001

Color Harmonies of #BC2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2414

Black with #BC2414

Text Example


Text Example

White with #BC2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2414; }

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

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

background-color css

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

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

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

border-color css

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

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

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