Html Css Color HEX #BC221A Fire Brick

📋 copy color: '#BC221A'

red 188 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #BC221A

Tints of Fire Brick #BC221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 75.81%
G = 13.71%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC221A (or 0xBC221A) is known color: Fire Brick. HEX triplet: BC, 22 and 1A. RGB value is (188,34,26). Sum of RGB (Red+Green+Blue) = 188+34+26=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC221A is #43DDE5. Grayscale: #4F4F4F. Windows color (decimal): -4447718 or 1712828. OLE color: 1712828.

HSL color Cylindrical-coordinate representation of color #BC221A: hue angle of 2.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC221A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 26 -
CMYK 0 0.82 0.86 0.26
HSL 2.96º 0.76% 0.42% -
HSV(B) 2.96º 0.86% 0.74% -
XYZ 21.5 11.91 2.14 -
YUV 79.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 188 34 26 0 0.82 0.86 0.26 2.96 0.76 0.42
Hex BC 22 1A 0 52 56 1A 3 4C 2A
Octal 274 42 32 0 122 126 32 3 114 52
Binary 10111100 100010 11010 0 1010010 1010110 11010 11 1001100 101010

Color Harmonies of #BC221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC221A

Black with #BC221A

Text Example


Text Example

White with #BC221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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