Html Css Color HEX #BC261E Fire Brick

📋 copy color: '#BC261E'

red 188 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #BC261E

Tints of Fire Brick #BC261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 73.44%
G = 14.84%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC261E (or 0xBC261E) is known color: Fire Brick. HEX triplet: BC, 26 and 1E. RGB value is (188,38,30). Sum of RGB (Red+Green+Blue) = 188+38+30=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC261E is #43D9E1. Grayscale: #525252. Windows color (decimal): -4446690 or 1975996. OLE color: 1975996.

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

Color convert

RGB 188 38 30 -
CMYK 0 0.80 0.84 0.26
HSL 3.04º 0.72% 0.43% -
HSV(B) 3.04º 0.84% 0.74% -
XYZ 21.67 12.17 2.44 -
YUV 81.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 188 38 30 0 0.80 0.84 0.26 3.04 0.72 0.43
Hex BC 26 1E 0 50 54 1A 3 48 2B
Octal 274 46 36 0 120 124 32 3 110 53
Binary 10111100 100110 11110 0 1010000 1010100 11010 11 1001000 101011

Color Harmonies of #BC261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC261E

Black with #BC261E

Text Example


Text Example

White with #BC261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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