Html Css Color HEX #BA2212 Fire Brick

📋 copy color: '#BA2212'

red 186 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #BA2212

Tints of Fire Brick #BA2212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 78.15%
G = 14.29%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2212 (or 0xBA2212) is known color: Fire Brick. HEX triplet: BA, 22 and 12. RGB value is (186,34,18). Sum of RGB (Red+Green+Blue) = 186+34+18=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2212 is #45DDED. Grayscale: #4D4D4D. Windows color (decimal): -4578798 or 1188538. OLE color: 1188538.

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

Color convert

RGB 186 34 18 -
CMYK 0 0.82 0.90 0.27
HSL 5.71º 0.82% 0.4% -
HSV(B) 5.71º 0.9% 0.73% -
XYZ 20.93 11.63 1.71 -
YUV 77.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 186 34 18 0 0.82 0.90 0.27 5.71 0.82 0.4
Hex BA 22 12 0 52 5A 1B 6 52 28
Octal 272 42 22 0 122 132 33 6 122 50
Binary 10111010 100010 10010 0 1010010 1011010 11011 110 1010010 101000

Color Harmonies of #BA2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2212

Black with #BA2212

Text Example


Text Example

White with #BA2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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