Html Css Color HEX #BA3426 Fire Brick

📋 copy color: '#BA3426'

red 186 ◦ green 52 ◦ blue 38

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

Shades of Fire Brick #BA3426

Tints of Fire Brick #BA3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 67.39%
G = 18.84%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3426 (or 0xBA3426) is known color: Fire Brick. HEX triplet: BA, 34 and 26. RGB value is (186,52,38). Sum of RGB (Red+Green+Blue) = 186+52+38=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3426 is #45CBD9. Grayscale: #5A5A5A. Windows color (decimal): -4574170 or 2503866. OLE color: 2503866.

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

Color convert

RGB 186 52 38 -
CMYK 0 0.72 0.80 0.27
HSL 5.68º 0.66% 0.44% -
HSV(B) 5.68º 0.8% 0.73% -
XYZ 21.83 13.04 3.2 -
YUV 90.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 186 52 38 0 0.72 0.80 0.27 5.68 0.66 0.44
Hex BA 34 26 0 48 50 1B 6 42 2C
Octal 272 64 46 0 110 120 33 6 102 54
Binary 10111010 110100 100110 0 1001000 1010000 11011 110 1000010 101100

Color Harmonies of #BA3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3426

Black with #BA3426

Text Example


Text Example

White with #BA3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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