Html Css Color HEX #BA220F Fire Brick

📋 copy color: '#BA220F'

red 186 ◦ green 34 ◦ blue 15

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

Shades of Fire Brick #BA220F

Tints of Fire Brick #BA220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 79.15%
G = 14.47%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA220F (or 0xBA220F) is known color: Fire Brick. HEX triplet: BA, 22 and 0F. RGB value is (186,34,15). Sum of RGB (Red+Green+Blue) = 186+34+15=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA220F is #45DDF0. Grayscale: #4D4D4D. Windows color (decimal): -4578801 or 991930. OLE color: 991930.

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

Color convert

RGB 186 34 15 -
CMYK 0 0.82 0.92 0.27
HSL 6.67º 0.85% 0.39% -
HSV(B) 6.67º 0.92% 0.73% -
XYZ 20.91 11.62 1.59 -
YUV 77.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 186 34 15 0 0.82 0.92 0.27 6.67 0.85 0.39
Hex BA 22 F 0 52 5C 1B 7 55 27
Octal 272 42 17 0 122 134 33 7 125 47
Binary 10111010 100010 1111 0 1010010 1011100 11011 111 1010101 100111

Color Harmonies of #BA220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA220F

Black with #BA220F

Text Example


Text Example

White with #BA220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA220F; }

 p { color: rgb(186,34,15); }

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

background-color css

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

 a { background-color: rgb(186,34,15); }

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

border-color css

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

 span { border-color: rgb(186,34,15); }

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