Html Css Color HEX #BA2622 Fire Brick

📋 copy color: '#BA2622'

red 186 ◦ green 38 ◦ blue 34

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

Shades of Fire Brick #BA2622

Tints of Fire Brick #BA2622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 72.09%
G = 14.73%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2622 (or 0xBA2622) is known color: Fire Brick. HEX triplet: BA, 26 and 22. RGB value is (186,38,34). Sum of RGB (Red+Green+Blue) = 186+38+34=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2622 is #45D9DD. Grayscale: #515151. Windows color (decimal): -4577758 or 2238138. OLE color: 2238138.

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

Color convert

RGB 186 38 34 -
CMYK 0 0.80 0.82 0.27
HSL 1.58º 0.69% 0.43% -
HSV(B) 1.58º 0.82% 0.73% -
XYZ 21.23 11.94 2.7 -
YUV 81.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 186 38 34 0 0.80 0.82 0.27 1.58 0.69 0.43
Hex BA 26 22 0 50 52 1B 2 45 2B
Octal 272 46 42 0 120 122 33 2 105 53
Binary 10111010 100110 100010 0 1010000 1010010 11011 10 1000101 101011

Color Harmonies of #BA2622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2622

Black with #BA2622

Text Example


Text Example

White with #BA2622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2622; }

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

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

background-color css

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

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

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

border-color css

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

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

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