Html Css Color HEX #BC3227 Fire Brick

📋 copy color: '#BC3227'

red 188 ◦ green 50 ◦ blue 39

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

Shades of Fire Brick #BC3227

Tints of Fire Brick #BC3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

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

R = 67.87%
G = 18.05%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3227 (or 0xBC3227) is known color: Fire Brick. HEX triplet: BC, 32 and 27. RGB value is (188,50,39). Sum of RGB (Red+Green+Blue) = 188+50+39=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3227 is #43CDD8. Grayscale: #5A5A5A. Windows color (decimal): -4443609 or 2568892. OLE color: 2568892.

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

Color convert

RGB 188 50 39 -
CMYK 0 0.73 0.79 0.26
HSL 4.43º 0.66% 0.45% -
HSV(B) 4.43º 0.79% 0.74% -
XYZ 22.25 13.12 3.28 -
YUV 90.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 188 50 39 0 0.73 0.79 0.26 4.43 0.66 0.45
Hex BC 32 27 0 49 4F 1A 4 42 2D
Octal 274 62 47 0 111 117 32 4 102 55
Binary 10111100 110010 100111 0 1001001 1001111 11010 100 1000010 101101

Color Harmonies of #BC3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3227

Black with #BC3227

Text Example


Text Example

White with #BC3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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