Html Css Color HEX #BC221D Fire Brick

📋 copy color: '#BC221D'

red 188 ◦ green 34 ◦ blue 29

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

Shades of Fire Brick #BC221D

Tints of Fire Brick #BC221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

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

R = 74.9%
G = 13.55%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC221D (or 0xBC221D) is known color: Fire Brick. HEX triplet: BC, 22 and 1D. RGB value is (188,34,29). Sum of RGB (Red+Green+Blue) = 188+34+29=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC221D is #43DDE2. Grayscale: #4F4F4F. Windows color (decimal): -4447715 or 1909436. OLE color: 1909436.

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

Color convert

RGB 188 34 29 -
CMYK 0 0.82 0.85 0.26
HSL 1.89º 0.73% 0.43% -
HSV(B) 1.89º 0.85% 0.74% -
XYZ 21.53 11.92 2.33 -
YUV 79.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 188 34 29 0 0.82 0.85 0.26 1.89 0.73 0.43
Hex BC 22 1D 0 52 55 1A 2 49 2B
Octal 274 42 35 0 122 125 32 2 111 53
Binary 10111100 100010 11101 0 1010010 1010101 11010 10 1001001 101011

Color Harmonies of #BC221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC221D

Black with #BC221D

Text Example


Text Example

White with #BC221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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