Html Css Color HEX #BA1610 Fire Brick

📋 copy color: '#BA1610'

red 186 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #BA1610

Tints of Fire Brick #BA1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 83.04%
G = 9.82%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1610 (or 0xBA1610) is known color: Fire Brick. HEX triplet: BA, 16 and 10. RGB value is (186,22,16). Sum of RGB (Red+Green+Blue) = 186+22+16=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1610 is #45E9EF. Grayscale: #464646. Windows color (decimal): -4581872 or 1054394. OLE color: 1054394.

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

Color convert

RGB 186 22 16 -
CMYK 0 0.88 0.91 0.27
HSL 2.12º 0.84% 0.4% -
HSV(B) 2.12º 0.91% 0.73% -
XYZ 20.63 11.05 1.54 -
YUV 70.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 186 22 16 0 0.88 0.91 0.27 2.12 0.84 0.4
Hex BA 16 10 0 58 5B 1B 2 54 28
Octal 272 26 20 0 130 133 33 2 124 50
Binary 10111010 10110 10000 0 1011000 1011011 11011 10 1010100 101000

Color Harmonies of #BA1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1610

Black with #BA1610

Text Example


Text Example

White with #BA1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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