Html Css Color HEX #BA2222 Fire Brick

📋 copy color: '#BA2222'

red 186 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #BA2222

Tints of Fire Brick #BA2222

RGB

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

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

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

R = 73.23%
G = 13.39%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2222 (or 0xBA2222) is known color: Fire Brick. HEX triplet: BA, 22 and 22. RGB value is (186,34,34). Sum of RGB (Red+Green+Blue) = 186+34+34=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2222 is #45DDDD. Grayscale: #4F4F4F. Windows color (decimal): -4578782 or 2237114. OLE color: 2237114.

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

Color convert

RGB 186 34 34 -
CMYK 0 0.82 0.82 0.27
HSL 0.69% 0.43% -
HSV(B) 0.82% 0.73% -
XYZ 21.11 11.7 2.66 -
YUV 79.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 186 34 34 0 0.82 0.82 0.27 0 0.69 0.43
Hex BA 22 22 0 52 52 1B 0 45 2B
Octal 272 42 42 0 122 122 33 0 105 53
Binary 10111010 100010 100010 0 1010010 1010010 11011 0 1000101 101011

Color Harmonies of #BA2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2222

Black with #BA2222

Text Example


Text Example

White with #BA2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2222; }

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

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

background-color css

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

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

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

border-color css

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

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

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