Html Css Color HEX #BC2923 Fire Brick

📋 copy color: '#BC2923'

red 188 ◦ green 41 ◦ blue 35

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

Shades of Fire Brick #BC2923

Tints of Fire Brick #BC2923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 71.21%
G = 15.53%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2923 (or 0xBC2923) is known color: Fire Brick. HEX triplet: BC, 29 and 23. RGB value is (188,41,35). Sum of RGB (Red+Green+Blue) = 188+41+35=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2923 is #43D6DC. Grayscale: #545454. Windows color (decimal): -4445917 or 2304444. OLE color: 2304444.

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

Color convert

RGB 188 41 35 -
CMYK 0 0.78 0.81 0.26
HSL 2.35º 0.69% 0.44% -
HSV(B) 2.35º 0.81% 0.74% -
XYZ 21.84 12.4 2.83 -
YUV 84.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 188 41 35 0 0.78 0.81 0.26 2.35 0.69 0.44
Hex BC 29 23 0 4E 51 1A 2 45 2C
Octal 274 51 43 0 116 121 32 2 105 54
Binary 10111100 101001 100011 0 1001110 1010001 11010 10 1000101 101100

Color Harmonies of #BC2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2923

Black with #BC2923

Text Example


Text Example

White with #BC2923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2923; }

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

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

background-color css

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

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

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

border-color css

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

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

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