Html Css Color HEX #BC190D Fire Brick

📋 copy color: '#BC190D'

red 188 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #BC190D

Tints of Fire Brick #BC190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 83.19%
G = 11.06%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC190D (or 0xBC190D) is known color: Fire Brick. HEX triplet: BC, 19 and 0D. RGB value is (188,25,13). Sum of RGB (Red+Green+Blue) = 188+25+13=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC190D is #43E6F2. Grayscale: #484848. Windows color (decimal): -4450035 or 858556. OLE color: 858556.

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

Color convert

RGB 188 25 13 -
CMYK 0 0.87 0.93 0.26
HSL 4.11º 0.87% 0.39% -
HSV(B) 4.11º 0.93% 0.74% -
XYZ 21.16 11.42 1.47 -
YUV 72.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 188 25 13 0 0.87 0.93 0.26 4.11 0.87 0.39
Hex BC 19 D 0 57 5D 1A 4 57 27
Octal 274 31 15 0 127 135 32 4 127 47
Binary 10111100 11001 1101 0 1010111 1011101 11010 100 1010111 100111

Color Harmonies of #BC190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC190D

Black with #BC190D

Text Example


Text Example

White with #BC190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC190D; }

 p { color: rgb(188,25,13); }

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

background-color css

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

 a { background-color: rgb(188,25,13); }

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

border-color css

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

 span { border-color: rgb(188,25,13); }

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