Html Css Color HEX #BA241B Fire Brick

📋 copy color: '#BA241B'

red 186 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #BA241B

Tints of Fire Brick #BA241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 74.7%
G = 14.46%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA241B (or 0xBA241B) is known color: Fire Brick. HEX triplet: BA, 24 and 1B. RGB value is (186,36,27). Sum of RGB (Red+Green+Blue) = 186+36+27=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA241B is #45DBE4. Grayscale: #505050. Windows color (decimal): -4578277 or 1778874. OLE color: 1778874.

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

Color convert

RGB 186 36 27 -
CMYK 0 0.81 0.85 0.27
HSL 3.4º 0.75% 0.42% -
HSV(B) 3.4º 0.85% 0.73% -
XYZ 21.08 11.78 2.2 -
YUV 79.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 186 36 27 0 0.81 0.85 0.27 3.4 0.75 0.42
Hex BA 24 1B 0 51 55 1B 3 4B 2A
Octal 272 44 33 0 121 125 33 3 113 52
Binary 10111010 100100 11011 0 1010001 1010101 11011 11 1001011 101010

Color Harmonies of #BA241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA241B

Black with #BA241B

Text Example


Text Example

White with #BA241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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