Html Css Color HEX #BA2422 Fire Brick

📋 copy color: '#BA2422'

red 186 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #BA2422

Tints of Fire Brick #BA2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

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

R = 72.66%
G = 14.06%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2422 (or 0xBA2422) is known color: Fire Brick. HEX triplet: BA, 24 and 22. RGB value is (186,36,34). Sum of RGB (Red+Green+Blue) = 186+36+34=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2422 is #45DBDD. Grayscale: #505050. Windows color (decimal): -4578270 or 2237626. OLE color: 2237626.

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

Color convert

RGB 186 36 34 -
CMYK 0 0.81 0.82 0.27
HSL 0.79º 0.69% 0.43% -
HSV(B) 0.79º 0.82% 0.73% -
XYZ 21.17 11.82 2.68 -
YUV 80.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 186 36 34 0 0.81 0.82 0.27 0.79 0.69 0.43
Hex BA 24 22 0 51 52 1B 1 45 2B
Octal 272 44 42 0 121 122 33 1 105 53
Binary 10111010 100100 100010 0 1010001 1010010 11011 1 1000101 101011

Color Harmonies of #BA2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2422

Black with #BA2422

Text Example


Text Example

White with #BA2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2422; }

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

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

background-color css

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

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

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

border-color css

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

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

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