Html Css Color HEX #BA1E12 Fire Brick

📋 copy color: '#BA1E12'

red 186 ◦ green 30 ◦ blue 18

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

Shades of Fire Brick #BA1E12

Tints of Fire Brick #BA1E12

RGB

 RED value IS 186 (73.05% from 255) = 79.49%

 GREEN value IS 30 (12.11% from 255) = 12.82%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 79.49%
G = 12.82%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1E12 (or 0xBA1E12) is known color: Fire Brick. HEX triplet: BA, 1E and 12. RGB value is (186,30,18). Sum of RGB (Red+Green+Blue) = 186+30+18=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E12 is #45E1ED. Grayscale: #4B4B4B. Windows color (decimal): -4579822 or 1187514. OLE color: 1187514.

HSL color Cylindrical-coordinate representation of color #BA1E12: hue angle of 4.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1E12 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 18 -
CMYK 0 0.84 0.90 0.27
HSL 4.29º 0.82% 0.4% -
HSV(B) 4.29º 0.9% 0.73% -
XYZ 20.82 11.41 1.68 -
YUV 75.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 186 30 18 0 0.84 0.90 0.27 4.29 0.82 0.4
Hex BA 1E 12 0 54 5A 1B 4 52 28
Octal 272 36 22 0 124 132 33 4 122 50
Binary 10111010 11110 10010 0 1010100 1011010 11011 100 1010010 101000

Color Harmonies of #BA1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E12

Black with #BA1E12

Text Example


Text Example

White with #BA1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E12; }

 p { color: rgb(186,30,18); }

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

background-color css

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

 a { background-color: rgb(186,30,18); }

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

border-color css

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

 span { border-color: rgb(186,30,18); }

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