Html Css Color HEX #BC2F21 Fire Brick

📋 copy color: '#BC2F21'

red 188 ◦ green 47 ◦ blue 33

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

Shades of Fire Brick #BC2F21

Tints of Fire Brick #BC2F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.31%

R = 70.15%
G = 17.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2F21 (or 0xBC2F21) is known color: Fire Brick. HEX triplet: BC, 2F and 21. RGB value is (188,47,33). Sum of RGB (Red+Green+Blue) = 188+47+33=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F21 is #43D0DE. Grayscale: #575757. Windows color (decimal): -4444383 or 2174908. OLE color: 2174908.

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

Color convert

RGB 188 47 33 -
CMYK 0 0.75 0.82 0.26
HSL 5.42º 0.7% 0.43% -
HSV(B) 5.42º 0.82% 0.74% -
XYZ 22.03 12.83 2.75 -
YUV 87.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 188 47 33 0 0.75 0.82 0.26 5.42 0.7 0.43
Hex BC 2F 21 0 4B 52 1A 5 46 2B
Octal 274 57 41 0 113 122 32 5 106 53
Binary 10111100 101111 100001 0 1001011 1010010 11010 101 1000110 101011

Color Harmonies of #BC2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F21

Black with #BC2F21

Text Example


Text Example

White with #BC2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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