Html Css Color HEX #BA221D Fire Brick

📋 copy color: '#BA221D'

red 186 ◦ green 34 ◦ blue 29

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

Shades of Fire Brick #BA221D

Tints of Fire Brick #BA221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 74.7%
G = 13.65%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA221D (or 0xBA221D) is known color: Fire Brick. HEX triplet: BA, 22 and 1D. RGB value is (186,34,29). Sum of RGB (Red+Green+Blue) = 186+34+29=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA221D is #45DDE2. Grayscale: #4F4F4F. Windows color (decimal): -4578787 or 1909434. OLE color: 1909434.

HSL color Cylindrical-coordinate representation of color #BA221D: hue angle of 1.91º degrees, saturation: 0.73, 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 #BA221D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 29 -
CMYK 0 0.82 0.84 0.27
HSL 1.91º 0.73% 0.42% -
HSV(B) 1.91º 0.84% 0.73% -
XYZ 21.04 11.67 2.31 -
YUV 78.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 186 34 29 0 0.82 0.84 0.27 1.91 0.73 0.42
Hex BA 22 1D 0 52 54 1B 2 49 2A
Octal 272 42 35 0 122 124 33 2 111 52
Binary 10111010 100010 11101 0 1010010 1010100 11011 10 1001001 101010

Color Harmonies of #BA221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA221D

Black with #BA221D

Text Example


Text Example

White with #BA221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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