Html Css Color HEX #BC2F24 Fire Brick

📋 copy color: '#BC2F24'

red 188 ◦ green 47 ◦ blue 36

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

Shades of Fire Brick #BC2F24

Tints of Fire Brick #BC2F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 69.37%
G = 17.34%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2F24 (or 0xBC2F24) is known color: Fire Brick. HEX triplet: BC, 2F and 24. RGB value is (188,47,36). Sum of RGB (Red+Green+Blue) = 188+47+36=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F24 is #43D0DB. Grayscale: #585858. Windows color (decimal): -4444380 or 2371516. OLE color: 2371516.

HSL color Cylindrical-coordinate representation of color #BC2F24: hue angle of 4.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2F24 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 36 -
CMYK 0 0.75 0.81 0.26
HSL 4.34º 0.68% 0.44% -
HSV(B) 4.34º 0.81% 0.74% -
XYZ 22.07 12.85 2.99 -
YUV 87.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 188 47 36 0 0.75 0.81 0.26 4.34 0.68 0.44
Hex BC 2F 24 0 4B 51 1A 4 44 2C
Octal 274 57 44 0 113 121 32 4 104 54
Binary 10111100 101111 100100 0 1001011 1010001 11010 100 1000100 101100

Color Harmonies of #BC2F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F24

Black with #BC2F24

Text Example


Text Example

White with #BC2F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F24; }

 p { color: rgb(188,47,36); }

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

background-color css

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

 a { background-color: rgb(188,47,36); }

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

border-color css

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

 span { border-color: rgb(188,47,36); }

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