Html Css Color HEX #BC2413 Fire Brick

📋 copy color: '#BC2413'

red 188 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #BC2413

Tints of Fire Brick #BC2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 77.37%
G = 14.81%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC2413 (or 0xBC2413) is known color: Fire Brick. HEX triplet: BC, 24 and 13. RGB value is (188,36,19). Sum of RGB (Red+Green+Blue) = 188+36+19=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2413 is #43DBEC. Grayscale: #4F4F4F. Windows color (decimal): -4447213 or 1254588. OLE color: 1254588.

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

Color convert

RGB 188 36 19 -
CMYK 0 0.81 0.90 0.26
HSL 6.04º 0.82% 0.41% -
HSV(B) 6.04º 0.9% 0.74% -
XYZ 21.49 12 1.8 -
YUV 79.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 188 36 19 0 0.81 0.90 0.26 6.04 0.82 0.41
Hex BC 24 13 0 51 5A 1A 6 52 29
Octal 274 44 23 0 121 132 32 6 122 51
Binary 10111100 100100 10011 0 1010001 1011010 11010 110 1010010 101001

Color Harmonies of #BC2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2413

Black with #BC2413

Text Example


Text Example

White with #BC2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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