Html Css Color HEX #BC2A1D Fire Brick

📋 copy color: '#BC2A1D'

red 188 ◦ green 42 ◦ blue 29

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

Shades of Fire Brick #BC2A1D

Tints of Fire Brick #BC2A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.22%

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 72.59%
G = 16.22%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC2A1D (or 0xBC2A1D) is known color: Fire Brick. HEX triplet: BC, 2A and 1D. RGB value is (188,42,29). Sum of RGB (Red+Green+Blue) = 188+42+29=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A1D is #43D5E2. Grayscale: #545454. Windows color (decimal): -4445667 or 1911484. OLE color: 1911484.

HSL color Cylindrical-coordinate representation of color #BC2A1D: hue angle of 4.91º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC2A1D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 29 -
CMYK 0 0.78 0.85 0.26
HSL 4.91º 0.73% 0.43% -
HSV(B) 4.91º 0.85% 0.74% -
XYZ 21.79 12.44 2.41 -
YUV 84.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 188 42 29 0 0.78 0.85 0.26 4.91 0.73 0.43
Hex BC 2A 1D 0 4E 55 1A 5 49 2B
Octal 274 52 35 0 116 125 32 5 111 53
Binary 10111100 101010 11101 0 1001110 1010101 11010 101 1001001 101011

Color Harmonies of #BC2A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A1D

Black with #BC2A1D

Text Example


Text Example

White with #BC2A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A1D; }

 p { color: rgb(188,42,29); }

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

background-color css

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

 a { background-color: rgb(188,42,29); }

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

border-color css

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

 span { border-color: rgb(188,42,29); }

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