Html Css Color HEX #BA3022 Fire Brick

📋 copy color: '#BA3022'

red 186 ◦ green 48 ◦ blue 34

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

Shades of Fire Brick #BA3022

Tints of Fire Brick #BA3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 69.4%
G = 17.91%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3022 (or 0xBA3022) is known color: Fire Brick. HEX triplet: BA, 30 and 22. RGB value is (186,48,34). Sum of RGB (Red+Green+Blue) = 186+48+34=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3022 is #45CFDD. Grayscale: #575757. Windows color (decimal): -4575198 or 2240698. OLE color: 2240698.

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

Color convert

RGB 186 48 34 -
CMYK 0 0.74 0.82 0.27
HSL 5.53º 0.69% 0.43% -
HSV(B) 5.53º 0.82% 0.73% -
XYZ 21.6 12.67 2.82 -
YUV 87.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 186 48 34 0 0.74 0.82 0.27 5.53 0.69 0.43
Hex BA 30 22 0 4A 52 1B 6 45 2B
Octal 272 60 42 0 112 122 33 6 105 53
Binary 10111010 110000 100010 0 1001010 1010010 11011 110 1000101 101011

Color Harmonies of #BA3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3022

Black with #BA3022

Text Example


Text Example

White with #BA3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3022; }

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

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

background-color css

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

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

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

border-color css

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

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

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