Html Css Color HEX #BC2F27 Fire Brick

📋 copy color: '#BC2F27'

red 188 ◦ green 47 ◦ blue 39

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

Shades of Fire Brick #BC2F27

Tints of Fire Brick #BC2F27

RGB

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

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

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

R = 68.61%
G = 17.15%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC2F27 (or 0xBC2F27) is known color: Fire Brick. HEX triplet: BC, 2F and 27. RGB value is (188,47,39). Sum of RGB (Red+Green+Blue) = 188+47+39=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F27 is #43D0D8. Grayscale: #585858. Windows color (decimal): -4444377 or 2568124. OLE color: 2568124.

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

Color convert

RGB 188 47 39 -
CMYK 0 0.75 0.79 0.26
HSL 3.22º 0.66% 0.45% -
HSV(B) 3.22º 0.79% 0.74% -
XYZ 22.12 12.87 3.24 -
YUV 88.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 188 47 39 0 0.75 0.79 0.26 3.22 0.66 0.45
Hex BC 2F 27 0 4B 4F 1A 3 42 2D
Octal 274 57 47 0 113 117 32 3 102 55
Binary 10111100 101111 100111 0 1001011 1001111 11010 11 1000010 101101

Color Harmonies of #BC2F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F27

Black with #BC2F27

Text Example


Text Example

White with #BC2F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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