Html Css Color HEX #BC2D26 Fire Brick

📋 copy color: '#BC2D26'

red 188 ◦ green 45 ◦ blue 38

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

Shades of Fire Brick #BC2D26

Tints of Fire Brick #BC2D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 69.37%
G = 16.61%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC2D26 (or 0xBC2D26) is known color: Fire Brick. HEX triplet: BC, 2D and 26. RGB value is (188,45,38). Sum of RGB (Red+Green+Blue) = 188+45+38=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D26 is #43D2D9. Grayscale: #575757. Windows color (decimal): -4444890 or 2502076. OLE color: 2502076.

HSL color Cylindrical-coordinate representation of color #BC2D26: hue angle of 2.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2D26 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 38 -
CMYK 0 0.76 0.80 0.26
HSL 2.8º 0.66% 0.44% -
HSV(B) 2.8º 0.8% 0.74% -
XYZ 22.03 12.71 3.13 -
YUV 86.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 188 45 38 0 0.76 0.80 0.26 2.8 0.66 0.44
Hex BC 2D 26 0 4C 50 1A 3 42 2C
Octal 274 55 46 0 114 120 32 3 102 54
Binary 10111100 101101 100110 0 1001100 1010000 11010 11 1000010 101100

Color Harmonies of #BC2D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D26

Black with #BC2D26

Text Example


Text Example

White with #BC2D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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