Html Css Color HEX #BA1D12 Fire Brick

📋 copy color: '#BA1D12'

red 186 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #BA1D12

Tints of Fire Brick #BA1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 79.83%
G = 12.45%
B = 7.73%

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

#BA1D12 (or 0xBA1D12) is known color: Fire Brick. HEX triplet: BA, 1D and 12. RGB value is (186,29,18). Sum of RGB (Red+Green+Blue) = 186+29+18=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D12 is #45E2ED. Grayscale: #4A4A4A. Windows color (decimal): -4580078 or 1187258. OLE color: 1187258.

HSL color Cylindrical-coordinate representation of color #BA1D12: hue angle of 3.93º 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 #BA1D12 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 18 -
CMYK 0 0.84 0.90 0.27
HSL 3.93º 0.82% 0.4% -
HSV(B) 3.93º 0.9% 0.73% -
XYZ 20.8 11.36 1.67 -
YUV 74.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 186 29 18 0 0.84 0.90 0.27 3.93 0.82 0.4
Hex BA 1D 12 0 54 5A 1B 4 52 28
Octal 272 35 22 0 124 132 33 4 122 50
Binary 10111010 11101 10010 0 1010100 1011010 11011 100 1010010 101000

Color Harmonies of #BA1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D12

Black with #BA1D12

Text Example


Text Example

White with #BA1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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