Html Css Color HEX #BC2B27 Fire Brick

📋 copy color: '#BC2B27'

red 188 ◦ green 43 ◦ blue 39

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

Shades of Fire Brick #BC2B27

Tints of Fire Brick #BC2B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

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

R = 69.63%
G = 15.93%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC2B27 (or 0xBC2B27) is known color: Fire Brick. HEX triplet: BC, 2B and 27. RGB value is (188,43,39). Sum of RGB (Red+Green+Blue) = 188+43+39=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B27 is #43D4D8. Grayscale: #565656. Windows color (decimal): -4445401 or 2567100. OLE color: 2567100.

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

Color convert

RGB 188 43 39 -
CMYK 0 0.77 0.79 0.26
HSL 1.61º 0.66% 0.45% -
HSV(B) 1.61º 0.79% 0.74% -
XYZ 21.97 12.57 3.19 -
YUV 85.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 188 43 39 0 0.77 0.79 0.26 1.61 0.66 0.45
Hex BC 2B 27 0 4D 4F 1A 2 42 2D
Octal 274 53 47 0 115 117 32 2 102 55
Binary 10111100 101011 100111 0 1001101 1001111 11010 10 1000010 101101

Color Harmonies of #BC2B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B27

Black with #BC2B27

Text Example


Text Example

White with #BC2B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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