Html Css Color HEX #BC251A Fire Brick

📋 copy color: '#BC251A'

red 188 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #BC251A

Tints of Fire Brick #BC251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 74.9%
G = 14.74%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC251A (or 0xBC251A) is known color: Fire Brick. HEX triplet: BC, 25 and 1A. RGB value is (188,37,26). Sum of RGB (Red+Green+Blue) = 188+37+26=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC251A is #43DAE5. Grayscale: #515151. Windows color (decimal): -4446950 or 1713596. OLE color: 1713596.

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

Color convert

RGB 188 37 26 -
CMYK 0 0.80 0.86 0.26
HSL 4.07º 0.76% 0.42% -
HSV(B) 4.07º 0.86% 0.74% -
XYZ 21.59 12.09 2.17 -
YUV 80.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 188 37 26 0 0.80 0.86 0.26 4.07 0.76 0.42
Hex BC 25 1A 0 50 56 1A 4 4C 2A
Octal 274 45 32 0 120 126 32 4 114 52
Binary 10111100 100101 11010 0 1010000 1010110 11010 100 1001100 101010

Color Harmonies of #BC251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC251A

Black with #BC251A

Text Example


Text Example

White with #BC251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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