Html Css Color HEX #BA221F Fire Brick

📋 copy color: '#BA221F'

red 186 ◦ green 34 ◦ blue 31

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

Shades of Fire Brick #BA221F

Tints of Fire Brick #BA221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 74.1%
G = 13.55%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA221F (or 0xBA221F) is known color: Fire Brick. HEX triplet: BA, 22 and 1F. RGB value is (186,34,31). Sum of RGB (Red+Green+Blue) = 186+34+31=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA221F is #45DDE0. Grayscale: #4F4F4F. Windows color (decimal): -4578785 or 2040506. OLE color: 2040506.

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

Color convert

RGB 186 34 31 -
CMYK 0 0.82 0.83 0.27
HSL 1.16º 0.71% 0.43% -
HSV(B) 1.16º 0.83% 0.73% -
XYZ 21.07 11.68 2.44 -
YUV 79.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 186 34 31 0 0.82 0.83 0.27 1.16 0.71 0.43
Hex BA 22 1F 0 52 53 1B 1 47 2B
Octal 272 42 37 0 122 123 33 1 107 53
Binary 10111010 100010 11111 0 1010010 1010011 11011 1 1000111 101011

Color Harmonies of #BA221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA221F

Black with #BA221F

Text Example


Text Example

White with #BA221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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