Html Css Color HEX #BA2A26 Fire Brick

📋 copy color: '#BA2A26'

red 186 ◦ green 42 ◦ blue 38

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

Shades of Fire Brick #BA2A26

Tints of Fire Brick #BA2A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 69.92%
G = 15.79%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2A26 (or 0xBA2A26) is known color: Fire Brick. HEX triplet: BA, 2A and 26. RGB value is (186,42,38). Sum of RGB (Red+Green+Blue) = 186+42+38=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A26 is #45D5D9. Grayscale: #545454. Windows color (decimal): -4576730 or 2501306. OLE color: 2501306.

HSL color Cylindrical-coordinate representation of color #BA2A26: hue angle of 1.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2A26 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 38 -
CMYK 0 0.77 0.80 0.27
HSL 1.62º 0.66% 0.44% -
HSV(B) 1.62º 0.8% 0.73% -
XYZ 21.43 12.23 3.07 -
YUV 84.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 186 42 38 0 0.77 0.80 0.27 1.62 0.66 0.44
Hex BA 2A 26 0 4D 50 1B 2 42 2C
Octal 272 52 46 0 115 120 33 2 102 54
Binary 10111010 101010 100110 0 1001101 1010000 11011 10 1000010 101100

Color Harmonies of #BA2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A26

Black with #BA2A26

Text Example


Text Example

White with #BA2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A26; }

 p { color: rgb(186,42,38); }

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

background-color css

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

 a { background-color: rgb(186,42,38); }

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

border-color css

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

 span { border-color: rgb(186,42,38); }

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