Html Css Color HEX #BC2D27 Fire Brick

📋 copy color: '#BC2D27'

red 188 ◦ green 45 ◦ blue 39

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

Shades of Fire Brick #BC2D27

Tints of Fire Brick #BC2D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 69.12%
G = 16.54%
B = 14.34%

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

#BC2D27 (or 0xBC2D27) is known color: Fire Brick. HEX triplet: BC, 2D and 27. RGB value is (188,45,39). Sum of RGB (Red+Green+Blue) = 188+45+39=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D27 is #43D2D8. Grayscale: #575757. Windows color (decimal): -4444889 or 2567612. OLE color: 2567612.

HSL color Cylindrical-coordinate representation of color #BC2D27: hue angle of 2.42º degrees, saturation: 0.66, 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 #BC2D27 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 39 -
CMYK 0 0.76 0.79 0.26
HSL 2.42º 0.66% 0.45% -
HSV(B) 2.42º 0.79% 0.74% -
XYZ 22.04 12.71 3.21 -
YUV 87.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 188 45 39 0 0.76 0.79 0.26 2.42 0.66 0.45
Hex BC 2D 27 0 4C 4F 1A 2 42 2D
Octal 274 55 47 0 114 117 32 2 102 55
Binary 10111100 101101 100111 0 1001100 1001111 11010 10 1000010 101101

Color Harmonies of #BC2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D27

Black with #BC2D27

Text Example


Text Example

White with #BC2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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