Html Css Color HEX #BC251C Fire Brick

📋 copy color: '#BC251C'

red 188 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #BC251C

Tints of Fire Brick #BC251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 74.31%
G = 14.62%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC251C (or 0xBC251C) is known color: Fire Brick. HEX triplet: BC, 25 and 1C. RGB value is (188,37,28). Sum of RGB (Red+Green+Blue) = 188+37+28=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC251C is #43DAE3. Grayscale: #515151. Windows color (decimal): -4446948 or 1844668. OLE color: 1844668.

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

Color convert

RGB 188 37 28 -
CMYK 0 0.80 0.85 0.26
HSL 3.38º 0.74% 0.42% -
HSV(B) 3.38º 0.85% 0.74% -
XYZ 21.61 12.1 2.29 -
YUV 81.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 188 37 28 0 0.80 0.85 0.26 3.38 0.74 0.42
Hex BC 25 1C 0 50 55 1A 3 4A 2A
Octal 274 45 34 0 120 125 32 3 112 52
Binary 10111100 100101 11100 0 1010000 1010101 11010 11 1001010 101010

Color Harmonies of #BC251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC251C

Black with #BC251C

Text Example


Text Example

White with #BC251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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