Html Css Color HEX #BA2822 Fire Brick

📋 copy color: '#BA2822'

red 186 ◦ green 40 ◦ blue 34

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

Shades of Fire Brick #BA2822

Tints of Fire Brick #BA2822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 71.54%
G = 15.38%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2822 (or 0xBA2822) is known color: Fire Brick. HEX triplet: BA, 28 and 22. RGB value is (186,40,34). Sum of RGB (Red+Green+Blue) = 186+40+34=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2822 is #45D7DD. Grayscale: #535353. Windows color (decimal): -4577246 or 2238650. OLE color: 2238650.

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

Color convert

RGB 186 40 34 -
CMYK 0 0.78 0.82 0.27
HSL 2.37º 0.69% 0.43% -
HSV(B) 2.37º 0.82% 0.73% -
XYZ 21.3 12.07 2.72 -
YUV 82.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 186 40 34 0 0.78 0.82 0.27 2.37 0.69 0.43
Hex BA 28 22 0 4E 52 1B 2 45 2B
Octal 272 50 42 0 116 122 33 2 105 53
Binary 10111010 101000 100010 0 1001110 1010010 11011 10 1000101 101011

Color Harmonies of #BA2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2822

Black with #BA2822

Text Example


Text Example

White with #BA2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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