Html Css Color HEX #BC2D28 Fire Brick

📋 copy color: '#BC2D28'

red 188 ◦ green 45 ◦ blue 40

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

Shades of Fire Brick #BC2D28

Tints of Fire Brick #BC2D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 68.86%
G = 16.48%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC2D28 (or 0xBC2D28) is known color: Fire Brick. HEX triplet: BC, 2D and 28. RGB value is (188,45,40). Sum of RGB (Red+Green+Blue) = 188+45+40=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D28 is #43D2D7. Grayscale: #575757. Windows color (decimal): -4444888 or 2633148. OLE color: 2633148.

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

Color convert

RGB 188 45 40 -
CMYK 0 0.76 0.79 0.26
HSL 2.03º 0.65% 0.45% -
HSV(B) 2.03º 0.79% 0.74% -
XYZ 22.06 12.72 3.3 -
YUV 87.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 188 45 40 0 0.76 0.79 0.26 2.03 0.65 0.45
Hex BC 2D 28 0 4C 4F 1A 2 41 2D
Octal 274 55 50 0 114 117 32 2 101 55
Binary 10111100 101101 101000 0 1001100 1001111 11010 10 1000001 101101

Color Harmonies of #BC2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D28

Black with #BC2D28

Text Example


Text Example

White with #BC2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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