Html Css Color HEX #BA241A Fire Brick

📋 copy color: '#BA241A'

red 186 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #BA241A

Tints of Fire Brick #BA241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 75%
G = 14.52%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA241A (or 0xBA241A) is known color: Fire Brick. HEX triplet: BA, 24 and 1A. RGB value is (186,36,26). Sum of RGB (Red+Green+Blue) = 186+36+26=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA241A is #45DBE5. Grayscale: #4F4F4F. Windows color (decimal): -4578278 or 1713338. OLE color: 1713338.

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

Color convert

RGB 186 36 26 -
CMYK 0 0.81 0.86 0.27
HSL 3.75º 0.75% 0.42% -
HSV(B) 3.75º 0.86% 0.73% -
XYZ 21.07 11.78 2.14 -
YUV 79.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 186 36 26 0 0.81 0.86 0.27 3.75 0.75 0.42
Hex BA 24 1A 0 51 56 1B 4 4B 2A
Octal 272 44 32 0 121 126 33 4 113 52
Binary 10111010 100100 11010 0 1010001 1010110 11011 100 1001011 101010

Color Harmonies of #BA241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA241A

Black with #BA241A

Text Example


Text Example

White with #BA241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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