Html Css Color HEX #BC231A Fire Brick

📋 copy color: '#BC231A'

red 188 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #BC231A

Tints of Fire Brick #BC231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 75.5%
G = 14.06%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC231A (or 0xBC231A) is known color: Fire Brick. HEX triplet: BC, 23 and 1A. RGB value is (188,35,26). Sum of RGB (Red+Green+Blue) = 188+35+26=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC231A is #43DCE5. Grayscale: #4F4F4F. Windows color (decimal): -4447462 or 1713084. OLE color: 1713084.

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

Color convert

RGB 188 35 26 -
CMYK 0 0.81 0.86 0.26
HSL 3.33º 0.76% 0.42% -
HSV(B) 3.33º 0.86% 0.74% -
XYZ 21.53 11.97 2.15 -
YUV 79.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 188 35 26 0 0.81 0.86 0.26 3.33 0.76 0.42
Hex BC 23 1A 0 51 56 1A 3 4C 2A
Octal 274 43 32 0 121 126 32 3 114 52
Binary 10111100 100011 11010 0 1010001 1010110 11010 11 1001100 101010

Color Harmonies of #BC231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC231A

Black with #BC231A

Text Example


Text Example

White with #BC231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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