Html Css Color HEX #BA241E Fire Brick

📋 copy color: '#BA241E'

red 186 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #BA241E

Tints of Fire Brick #BA241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 73.81%
G = 14.29%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA241E (or 0xBA241E) is known color: Fire Brick. HEX triplet: BA, 24 and 1E. RGB value is (186,36,30). Sum of RGB (Red+Green+Blue) = 186+36+30=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA241E is #45DBE1. Grayscale: #505050. Windows color (decimal): -4578274 or 1975482. OLE color: 1975482.

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

Color convert

RGB 186 36 30 -
CMYK 0 0.81 0.84 0.27
HSL 2.31º 0.72% 0.42% -
HSV(B) 2.31º 0.84% 0.73% -
XYZ 21.11 11.79 2.39 -
YUV 80.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 186 36 30 0 0.81 0.84 0.27 2.31 0.72 0.42
Hex BA 24 1E 0 51 54 1B 2 48 2A
Octal 272 44 36 0 121 124 33 2 110 52
Binary 10111010 100100 11110 0 1010001 1010100 11011 10 1001000 101010

Color Harmonies of #BA241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA241E

Black with #BA241E

Text Example


Text Example

White with #BA241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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