Html Css Color HEX #BC2D20 Fire Brick

📋 copy color: '#BC2D20'

red 188 ◦ green 45 ◦ blue 32

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

Shades of Fire Brick #BC2D20

Tints of Fire Brick #BC2D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.98%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 70.94%
G = 16.98%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC2D20 (or 0xBC2D20) is known color: Fire Brick. HEX triplet: BC, 2D and 20. RGB value is (188,45,32). Sum of RGB (Red+Green+Blue) = 188+45+32=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D20 is #43D2DF. Grayscale: #565656. Windows color (decimal): -4444896 or 2108860. OLE color: 2108860.

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

Color convert

RGB 188 45 32 -
CMYK 0 0.76 0.83 0.26
HSL 0.71% 0.43% -
HSV(B) 0.83% 0.74% -
XYZ 21.94 12.67 2.66 -
YUV 86.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 188 45 32 0 0.76 0.83 0.26 5 0.71 0.43
Hex BC 2D 20 0 4C 53 1A 5 47 2B
Octal 274 55 40 0 114 123 32 5 107 53
Binary 10111100 101101 100000 0 1001100 1010011 11010 101 1000111 101011

Color Harmonies of #BC2D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D20

Black with #BC2D20

Text Example


Text Example

White with #BC2D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D20; }

 p { color: rgb(188,45,32); }

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

background-color css

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

 a { background-color: rgb(188,45,32); }

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

border-color css

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

 span { border-color: rgb(188,45,32); }

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