Html Css Color HEX #BC261A Fire Brick

📋 copy color: '#BC261A'

red 188 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #BC261A

Tints of Fire Brick #BC261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 74.6%
G = 15.08%
B = 10.32%

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

#BC261A (or 0xBC261A) is known color: Fire Brick. HEX triplet: BC, 26 and 1A. RGB value is (188,38,26). Sum of RGB (Red+Green+Blue) = 188+38+26=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC261A is #43D9E5. Grayscale: #515151. Windows color (decimal): -4446694 or 1713852. OLE color: 1713852.

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

Color convert

RGB 188 38 26 -
CMYK 0 0.80 0.86 0.26
HSL 4.44º 0.76% 0.42% -
HSV(B) 4.44º 0.86% 0.74% -
XYZ 21.62 12.15 2.18 -
YUV 81.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 188 38 26 0 0.80 0.86 0.26 4.44 0.76 0.42
Hex BC 26 1A 0 50 56 1A 4 4C 2A
Octal 274 46 32 0 120 126 32 4 114 52
Binary 10111100 100110 11010 0 1010000 1010110 11010 100 1001100 101010

Color Harmonies of #BC261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC261A

Black with #BC261A

Text Example


Text Example

White with #BC261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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