Html Css Color HEX #BA2410 Fire Brick

📋 copy color: '#BA2410'

red 186 ◦ green 36 ◦ blue 16

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

Shades of Fire Brick #BA2410

Tints of Fire Brick #BA2410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 78.15%
G = 15.13%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA2410 (or 0xBA2410) is known color: Fire Brick. HEX triplet: BA, 24 and 10. RGB value is (186,36,16). Sum of RGB (Red+Green+Blue) = 186+36+16=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2410 is #45DBEF. Grayscale: #4E4E4E. Windows color (decimal): -4578288 or 1057978. OLE color: 1057978.

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

Color convert

RGB 186 36 16 -
CMYK 0 0.81 0.91 0.27
HSL 7.06º 0.84% 0.4% -
HSV(B) 7.06º 0.91% 0.73% -
XYZ 20.97 11.74 1.65 -
YUV 78.57 92.7 204.63 -
System Red Green Blue C M Y K H S L
Decimal 186 36 16 0 0.81 0.91 0.27 7.06 0.84 0.4
Hex BA 24 10 0 51 5B 1B 7 54 28
Octal 272 44 20 0 121 133 33 7 124 50
Binary 10111010 100100 10000 0 1010001 1011011 11011 111 1010100 101000

Color Harmonies of #BA2410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2410

Black with #BA2410

Text Example


Text Example

White with #BA2410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2410; }

 p { color: rgb(186,36,16); }

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

background-color css

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

 a { background-color: rgb(186,36,16); }

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

border-color css

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

 span { border-color: rgb(186,36,16); }

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