Html Css Color HEX #BC2F29 Fire Brick

📋 copy color: '#BC2F29'

red 188 ◦ green 47 ◦ blue 41

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

Shades of Fire Brick #BC2F29

Tints of Fire Brick #BC2F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 68.12%
G = 17.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC2F29 (or 0xBC2F29) is known color: Fire Brick. HEX triplet: BC, 2F and 29. RGB value is (188,47,41). Sum of RGB (Red+Green+Blue) = 188+47+41=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F29 is #43D0D6. Grayscale: #585858. Windows color (decimal): -4444375 or 2699196. OLE color: 2699196.

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

Color convert

RGB 188 47 41 -
CMYK 0 0.75 0.78 0.26
HSL 2.45º 0.64% 0.45% -
HSV(B) 2.45º 0.78% 0.74% -
XYZ 22.16 12.88 3.42 -
YUV 88.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 188 47 41 0 0.75 0.78 0.26 2.45 0.64 0.45
Hex BC 2F 29 0 4B 4E 1A 2 40 2D
Octal 274 57 51 0 113 116 32 2 100 55
Binary 10111100 101111 101001 0 1001011 1001110 11010 10 1000000 101101

Color Harmonies of #BC2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F29

Black with #BC2F29

Text Example


Text Example

White with #BC2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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