Html Css Color HEX #BC3223 Fire Brick

📋 copy color: '#BC3223'

red 188 ◦ green 50 ◦ blue 35

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

Shades of Fire Brick #BC3223

Tints of Fire Brick #BC3223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 68.86%
G = 18.32%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3223 (or 0xBC3223) is known color: Fire Brick. HEX triplet: BC, 32 and 23. RGB value is (188,50,35). Sum of RGB (Red+Green+Blue) = 188+50+35=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3223 is #43CDDC. Grayscale: #595959. Windows color (decimal): -4443613 or 2306748. OLE color: 2306748.

HSL color Cylindrical-coordinate representation of color #BC3223: hue angle of 5.88º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC3223 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 35 -
CMYK 0 0.73 0.81 0.26
HSL 5.88º 0.69% 0.44% -
HSV(B) 5.88º 0.81% 0.74% -
XYZ 22.18 13.09 2.95 -
YUV 89.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 188 50 35 0 0.73 0.81 0.26 5.88 0.69 0.44
Hex BC 32 23 0 49 51 1A 6 45 2C
Octal 274 62 43 0 111 121 32 6 105 54
Binary 10111100 110010 100011 0 1001001 1010001 11010 110 1000101 101100

Color Harmonies of #BC3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3223

Black with #BC3223

Text Example


Text Example

White with #BC3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3223; }

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

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

background-color css

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

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

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

border-color css

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

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

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