Html Css Color HEX #BC2C26 Fire Brick

📋 copy color: '#BC2C26'

red 188 ◦ green 44 ◦ blue 38

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

Shades of Fire Brick #BC2C26

Tints of Fire Brick #BC2C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

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

R = 69.63%
G = 16.3%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC2C26 (or 0xBC2C26) is known color: Fire Brick. HEX triplet: BC, 2C and 26. RGB value is (188,44,38). Sum of RGB (Red+Green+Blue) = 188+44+38=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C26 is #43D3D9. Grayscale: #565656. Windows color (decimal): -4445146 or 2501820. OLE color: 2501820.

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

Color convert

RGB 188 44 38 -
CMYK 0 0.77 0.80 0.26
HSL 2.4º 0.66% 0.44% -
HSV(B) 2.4º 0.8% 0.74% -
XYZ 21.99 12.63 3.11 -
YUV 86.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 188 44 38 0 0.77 0.80 0.26 2.4 0.66 0.44
Hex BC 2C 26 0 4D 50 1A 2 42 2C
Octal 274 54 46 0 115 120 32 2 102 54
Binary 10111100 101100 100110 0 1001101 1010000 11010 10 1000010 101100

Color Harmonies of #BC2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C26

Black with #BC2C26

Text Example


Text Example

White with #BC2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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